1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
I am assuming, this is concerning S3 Bucket policies. You could get the bucket policy via the CLI, as described in this URL: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-policy.html
You can also apply a modified policy back to the S3 bucket by using the put bucket policy via the CLI, as described in this URL: https://docs.aws.amazon.com/cli/latest/reference/s3api/put-bucket-policy.html
Please be mindful of the permissions needed to perform these CLI actions as already described in the above URLs.
Thanks
Relevant content
- asked 2 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago