Search: "delete bucket"
Bucket access control - Object Storage Service Documentation
user (including anonymous users) can perform read/write operations, and delete operations on objects in the bucket ...
Private OSS bucket back-to-source - Dynamic Route for CDN Documentation
Management. Delete AliyunCDNAccessingPrivateOSSRole authorization. Private bucket authorization removal successful ...
Delete objects - Object Storage Service Documentation
); /* Delete an object. */ resp_status = oss_delete_object(oss_client_options, bucket, object, resp_headers); /* Determine whether ...
Create a bucket - Object Storage Service Documentation
to OSS, you must use the PutBucket API of OSS to create a bucket to store objects. You can configure various ...
Create a bucket - Object Storage Service Documentation
Before uploading any file to OSS, you must create a bucket and specify the attributes of the bucket, including ...
Delete objects - Object Storage Service Documentation
bucket. bucket, err := client.Bucket(bucketName) if err ! = nil // Delete an object. err = bucket.DeleteObject(objectName ...