Movatterモバイル変換


[0]ホーム

URL:


ContentsMenuExpandLight modeDark modeAuto light/dark, in light modeAuto light/dark, in dark modeClose MenuSkip to content
Boto3 1.39.8 documentation
Light LogoDark Logo
Boto3 1.39.8 documentation

Feedback

Do you have a suggestion to improve this website or boto3?Give us feedback.

Back to top

Access permissions

This section demonstrates how to manage the access permissions for an S3bucket or object by using an access control list (ACL).

Get a bucket access control list

The example retrieves the current access control list of an S3 bucket.

importboto3# Retrieve a bucket's ACLs3=boto3.client('s3')result=s3.get_bucket_acl(Bucket='amzn-s3-demo-bucket')print(result)
On this page

[8]ページ先頭

©2009-2025 Movatter.jp