# File lib/s3/bucket.rb, line 253
def
delete_key
(
key
)
@s3
.
interface
.
delete
(
name
,
key
)
end