Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / s3api / delete-bucket-encryption.rst
Size: Mime:
**To delete the server-side encryption configuration of a bucket**

The following ``delete-bucket-encryption`` example deletes the server-side encryption configuration of the specified bucket. ::

    aws s3api delete-bucket-encryption \
        --bucket my-bucket

This command produces no output.