GetBucketEncryption
Returns the default encryption configuration for a bucket.
Request Syntax
GET /bucket?encryption HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Name of the bucket.
Required: Yes
Type: String
Response Syntax
HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?>
<ServerSideEncryptionConfiguration>
<Rule>
<ApplyServerSideEncryptionByDefault>
<SSEAlgorithm>string</SSEAlgorithm>
</ApplyServerSideEncryptionByDefault>
</Rule>
</ServerSideEncryptionConfiguration>Response Body
ServerSideEncryptionConfiguration
Root level tag for the ServerSideEncryptionConfiguration parameters.
Required: Yes
Rule
Container for information about a particular server-side encryption configuration rule.
ApplyServerSideEncryptionByDefault
Specifies the default server-side encryption to apply to objects in the bucket.
SSEAlgorithm
Server-side encryption algorithm to use for the default encryption.
Possible Error Response
Success
HTTP status code 200.
NoSuchBucket
The specified bucket does not exist.
HTTP status code 404.
InternalError
Request failed because of an internal server error.
HTTP status code 500.