VRFS-923 commenting out AWS wipe in web as well

This commit is contained in:
Anthony Davis 2014-01-08 13:59:53 -06:00
parent 88888a6846
commit 9127d1861d
2 changed files with 1 additions and 5 deletions

View File

@ -24,10 +24,6 @@ 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
#test_bucket.clear!
end
end

View File

@ -37,7 +37,7 @@ def wipe_s3_test_bucket
:secret_access_key => Rails.application.config.aws_secret_access_key)
test_bucket = s3.buckets[JAMKAZAM_TESTING_BUCKET]
if test_bucket.name == JAMKAZAM_TESTING_BUCKET
test_bucket.clear!
#test_bucket.clear!
end
end