- 重要な情報
- はじめに
- 用語集
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Update your ACL permission to remove READ
access for authenticated AWS accounts or IAM users.
READ
access allows any authenticated IAM user or AWS authenticated account to list all objects within your bucket and exploit objects with misconfigured ACL permissions.
Follow the Configuring ACLs: Using the S3 console to set ACL permissions for a bucket docs to deselect the Bucket ACL - Read
permission and update ACL permissions.
put-bucket-acl
with your bucket name and ACL to private
.put-bucket-acl.sh
aws s3api put-bucket-acl
--bucket your-s3-bucket-name
--acl private