Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3api
/
Filename :
get-bucket-encryption.rst
back
Copy
**To retrieve the server-side encryption configuration for a bucket** The following ``get-bucket-encryption`` example retrieves the server-side encryption configuration for the bucket ``my-bucket``. :: aws s3api get-bucket-encryption \ --bucket my-bucket Output:: { "ServerSideEncryptionConfiguration": { "Rules": [ { "ApplyServerSideEncryptionByDefault": { "SSEAlgorithm": "AES256" } } ] } }