📄️ CreateBucket
Creates a new bucket in QStorage.
📄️ DeleteBucketCors
Deletes the CORS configuration information set for the bucket.
📄️ DeleteBucketEncryption
Removes the default encryption configuration from the bucket.
📄️ DeleteBucketLifecycle
Deletes the lifecycle configuration from the specified bucket.
📄️ DeleteBucketPolicy
Deletes the policy from the specified bucket.
📄️ DeleteBucketTagging
Deletes the tags from the specified bucket.
📄️ DeleteBucketWebsite
Removes the website configuration from the specified bucket.
📄️ DeleteBucket
Deletes a bucket from QStorage.
📄️ DeletePublicAccessBlock
Removes the PublicAccessBlock configuration from the specified bucket.
📄️ GetBucketAcl
Returns the access control list (ACL) of a bucket.
📄️ GetBucketAnalyticsConfiguration
Gets an analytics configuration for a bucket.
📄️ GetBucketCors
Returns the Cross-Origin Resource Sharing (CORS) configuration of a bucket.
📄️ GetBucketEncryption
Returns the default encryption configuration for a bucket.
📄️ GetBucketLifecycleConfiguration
Returns the lifecycle configuration information set on a bucket.
📄️ GetBucketLifecycle
For an updated version of this API, see GetBucketLifecycleConfiguration. If you configured a bucket lifecycle using the filter element, you should use the updated version. This topic is provided for backward compatibility.
📄️ GetBucketLogging
Returns the logging status of a bucket and the permissions users have to view and modify that status.
📄️ GetBucketMetadataTableConfiguration
Returns the metadata table configuration for a bucket. This operation requires the s3:GetBucketMetadataTableConfiguration permission.
📄️ GetBucketOwnershipControls
Returns the ownership controls for a bucket.
📄️ GetBucketPolicyStatus
Returns the policy status for a bucket, indicating whether the bucket is public.
📄️ GetBucketPolicy
];
📄️ GetBucketTagging
Returns the tag set associated with a bucket.
📄️ GetBucketVersioning
Returns the versioning state of a bucket.
📄️ GetBucketWebsite
Returns the website configuration for a bucket.
📄️ HeadBucket
Determines if a bucket exists.
📄️ ListBuckets
Returns a list of all buckets owned by the authenticated sender of the request.
📄️ PutBucketAcl
Sets the access control list (ACL) permissions for a QStorage bucket.
📄️ PutBucketEncryption
Sets the default encryption configuration for a bucket.
📄️ PutBucketLifecycleConfiguration
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration. This is the newer version of the API that includes additional functionality, such as filter elements for more precise lifecycle rule application.
📄️ PutBucketLifecycle
For an updated version of this API, see PutBucketLifecycleConfiguration. If you want to use the filter element to specify lifecycle rule filters, you must use the updated API. This topic is provided for backward compatibility.
📄️ PutBucketWebsite
Sets the website configuration for a bucket. When you enable static website hosting, you can access the website using the bucket's website endpoint.
📄️ PutObjectLockConfiguration
Places an Object Lock configuration on the specified bucket.