Bucket Encryption
GET https://s3.amazonaws.com/{{bucket}}/?encryption
Returns the default encryption configuration for an Amazon S3 bucket. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
encryption | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-amz-content-sha256 | string |
RESPONSES
status: OK
"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cServerSideEncryptionConfiguration xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\"\u003e\u003cRule\u003e\u003cApplyServerSideEncryptionByDefault\u003e\u003cSSEAlgorithm\u003eAES256\u003c/SSEAlgorithm\u003e\u003c/ApplyServerSideEncryptionByDefault\u003e\u003c/Rule\u003e\u003c/ServerSideEncryptionConfiguration\u003e"