Skip to content

Commit

Permalink
Merge pull request #1007 from janko-m/remove-deprecation
Browse files Browse the repository at this point in the history
Remove deprecation warning in S3::Bucket#clear!
  • Loading branch information
awood45 committed Nov 18, 2015
2 parents 09a1489 + 65fad48 commit dbf637a
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 dbf637a

Please sign in to comment.