flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

S3 multi object delete #106

Closed aboisvert closed 12 years ago

aboisvert commented 12 years ago

Added S3 multi-object delete operation: S3Interface.delete_multiple(bucket, keys, headers)

http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html?r=1913

konstantin-dzreev commented 12 years ago

HI, looks good, thank you

but it seems there is a small inconsistency in test45. Should be something like:

keys.each do |key|
  assert !keys_after.include?(key)
end
aboisvert commented 12 years ago

Fixed (pull request updated).

alex

On Tue, Apr 24, 2012 at 10:51 PM, Konstantin Dzreyev < reply@reply.github.com

wrote:

HI, looks good, thank you

but it seems there is a small inconsistency in test45. Should be something like:

keys.each do |key| assert !keys_after.include?(key)


Reply to this email directly or view it on GitHub: https://github.com/rightscale/right_aws/pull/106#issuecomment-5318521

konstantin-dzreev commented 12 years ago

merged, thanks