Class: S3Secure::Encryption
- Defined in:
- lib/s3_secure/encryption.rb,
lib/s3_secure/encryption/base.rb,
lib/s3_secure/encryption/list.rb,
lib/s3_secure/encryption/show.rb,
lib/s3_secure/encryption/enable.rb,
lib/s3_secure/encryption/disable.rb
Defined Under Namespace
Classes: Base, Disable, Enable, List, Show
Instance Method Summary collapse
Methods inherited from Command
alter_command_description, command_help, dispatch, website
Instance Method Details
#disable(bucket) ⇒ Object
24 25 26 |
# File 'lib/s3_secure/encryption.rb', line 24 def disable(bucket) Disable.new(.merge(bucket: bucket)).run end |