Method: Fog::Storage::AWS::Directory#destroy
- Defined in:
- lib/fog/aws/models/storage/directory.rb
permalink #destroy ⇒ Object
[View source]
29 30 31 32 33 34 35 |
# File 'lib/fog/aws/models/storage/directory.rb', line 29 def destroy requires :key connection.delete_bucket(key) true rescue Excon::Errors::NotFound false end |