You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to test Z3 in China Region, the test is failed cause by the 403 Forbidden.
I replace the bucket with Tokyo region, the test can be success.
Traceback (most recent call last):
File "/usr/local/bin/z3", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/z3/snap.py", line 53, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/z3/snap.py", line 587, in main
bucket = boto.connect_s3(s3_key_id, s3_secret, **extra_config).get_bucket(bucket)
File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 509, in get_bucket
return self.head_bucket(bucket_name, headers=headers)
File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 542, in head_bucket
raise err
boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden
The text was updated successfully, but these errors were encountered:
I try to test Z3 in China Region, the test is failed cause by the 403 Forbidden.
I replace the bucket with Tokyo region, the test can be success.
Traceback (most recent call last):
File "/usr/local/bin/z3", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/z3/snap.py", line 53, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/z3/snap.py", line 587, in main
bucket = boto.connect_s3(s3_key_id, s3_secret, **extra_config).get_bucket(bucket)
File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 509, in get_bucket
return self.head_bucket(bucket_name, headers=headers)
File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 542, in head_bucket
raise err
boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden
The text was updated successfully, but these errors were encountered: