Object Storage Service (OSS) SDK for Java provides a variety of bucket management methods tailored to your requirements.
Method | Description |
Creates a new bucket. | |
Bucket names are listed in alphabetical order. You can list buckets that belong to the current Alibaba Cloud account in all regions and meet the specific conditions. | |
Determines whether a bucket exists. | |
Queries the region in which the bucket is located. | |
Queries information about a bucket, such as its creation date. | |
Queries the storage capacity of a bucket, as well as the number and storage usage of objects of different storage classes stored within. | |
Configures a resource group for a bucket and queries the ID of the resource group to which a bucket belongs. | |
Deletes buckets that meet specific requirements. | |
Classifies and manages buckets. For example, you can list only buckets with specific tags when you call the ListBucket operation. | |
When pay-by-requester is enabled for a bucket in OSS, the requester is charged the requests and traffic fees instead of the bucket owner. The bucket owner is charged only the storage fees. You can enable pay-by-requester for a bucket to share data in the bucket without paying for the request and traffic fees incurred by the access to your bucket. |