# File lib/fog/aws/models/storage/version.rb, line 25 def destroy if collection.file collection.service.delete_object(collection.file.directory.key, key, 'versionId' => version) else collection.service.delete_object(collection.directory.key, key, 'versionId' => version) end end
Generated with the Darkfish Rdoc Generator 2.