* removing wipe commands for now
This commit is contained in:
parent
40480f1484
commit
03e4dfdc49
|
|
@ -24,10 +24,10 @@ def wipe_s3_test_bucket
|
||||||
:secret_access_key => test_config.aws_secret_access_key)
|
:secret_access_key => test_config.aws_secret_access_key)
|
||||||
test_bucket = s3.buckets[JAMKAZAM_TESTING_BUCKET]
|
test_bucket = s3.buckets[JAMKAZAM_TESTING_BUCKET]
|
||||||
if test_bucket.name == JAMKAZAM_TESTING_BUCKET
|
if test_bucket.name == JAMKAZAM_TESTING_BUCKET
|
||||||
puts "test_bucket name = #{test_bucket.name}"
|
#puts "test_bucket name = #{test_bucket.name}"
|
||||||
test_bucket.acl.grants each do |grant|
|
#test_bucket.acl.grants each do |grant|
|
||||||
puts "test_bucket ACL grant: #{grant.to_s}"
|
# puts "test_bucket ACL grant: #{grant.to_s}"
|
||||||
end
|
#end
|
||||||
#test_bucket.clear!
|
#test_bucket.clear!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Loading…
Reference in New Issue