1 Answer
- Newest
- Most votes
- Most comments
0
To get the properties of a specific S3 bucket in Java, you can use the AmazonS3Client's getBucketAcl and getBucketVersioning methods. see the example here. https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/examples-s3-objects.html
Here is the link to API doc https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html
Relevant content
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 5 months ago