* removing wipe commands for now

This commit is contained in:
Seth Call 2014-01-08 18:22:53 +00:00
parent 40480f1484
commit 03e4dfdc49
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ def wipe_s3_test_bucket
:secret_access_key => test_config.aws_secret_access_key)
test_bucket = s3.buckets[JAMKAZAM_TESTING_BUCKET]
if test_bucket.name == JAMKAZAM_TESTING_BUCKET
puts "test_bucket name = #{test_bucket.name}"
test_bucket.acl.grants each do |grant|
puts "test_bucket ACL grant: #{grant.to_s}"
end
#puts "test_bucket name = #{test_bucket.name}"
#test_bucket.acl.grants each do |grant|
# puts "test_bucket ACL grant: #{grant.to_s}"
#end
#test_bucket.clear!
end
end