Learn R Programming

paws.storage (version 0.1.7)

s3_delete_bucket_encryption: This implementation of the DELETE operation removes default encryption from the bucket

Description

This implementation of the DELETE operation removes default encryption from the bucket. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption in the Amazon Simple Storage Service Developer Guide.

Usage

s3_delete_bucket_encryption(Bucket)

Arguments

Bucket

[required] The name of the bucket containing the server-side encryption configuration to delete.

Request syntax

svc$delete_bucket_encryption(
  Bucket = "string"
)

Details

To use this operation, you must have permissions to perform the s3:PutEncryptionConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to your Amazon S3 Resources in the Amazon Simple Storage Service Developer Guide.

Related Resources

  • PutBucketEncryption

  • GetBucketEncryption