You are on page 1of 1

Empty a Bucket

 You can empty a bucket's content (that is, delete all content, but keep the bucket)
programmatically using the AWS SDK.
 You can also specify lifecycle configuration on a bucket to expire objects so that Amazon S3
can delete them.
 There are additional options, such as using Amazon S3 console and AWS CLI, but there are
limitations on this method based on the number of objects in your bucket and the bucket's
versioning status.
S3 Default Encryption
 Amazon S3 default encryption provides a way to set the default encryption behavior for an
S3 bucket.
 The objects are encrypted using server-side encryption with either Amazon S3-managed
keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS).
 When you use server-side encryption, Amazon S3 encrypts an object before saving it to disk
in its data centers and decrypts it when you download the objects.
 There are no new charges for using default encryption for S3 buckets.
 Requests to configure the default encryption feature incur standard Amazon S3 request
charges.

You might also like