Method: S3::ObjectsExtension#destroy_all
- Defined in:
- lib/s3/objects_extension.rb
#destroy_all ⇒ Object
Destroys all keys in the bucket
33 34 35 |
# File 'lib/s3/objects_extension.rb', line 33 def destroy_all proxy_target.each { |object| object.destroy } end |