Skip to content

Commit

Permalink
Remove deprecation warning in S3::Bucket#clear!
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 18, 2015
1 parent 09a1489 commit 65fad48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Bucket
#
# @return [void]
def clear!
object_versions.delete
object_versions.batch_delete!
end

# Deletes all objects and versioned objects from this bucket and
Expand Down

0 comments on commit 65fad48

Please sign in to comment.