VRFS-923 wrong sdk/method

This commit is contained in:
Anthony Davis 2014-01-08 05:51:55 -06:00
parent f631351315
commit 273495698a
2 changed files with 2 additions and 2 deletions

View File

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