VRFS-923 wrong sdk/method
This commit is contained in:
parent
f631351315
commit
273495698a
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue