This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Fix test_bucket_location tests #379
Comments
Made the test pass, for the default us-east-1 region only. Unfortunately, in AWS, if we create a bucket in another region, we can only delete it if we set up a new connection to that region and then delete it. New connections are outside the scope of these bucket tests. Changes:
|
lincolnthomas
pushed a commit
to lincolnthomas/eutester
that referenced
this issue
Nov 19, 2015
Further testing against AWS regions (us-east-1 and eu-west-1 Ireland) uncovered a few more gotchas. Fixed:
|
lincolnthomas
pushed a commit
to lincolnthomas/eutester
that referenced
this issue
Nov 20, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The test_bucket_location() function in testcases/cloud_user/s3/bucket_tests.py fails if pointed to an AWS endpoint.
The text was updated successfully, but these errors were encountered: