Actions
Bug #9505
closed[keep] hardcoded -s3region...?
Status:
Rejected
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
I'm deploying in GCE for S3 ... I see that europe-west-1d isn't an option
2016-06-28_17:32:00.54036 -s3-region string 2016-06-28_17:32:00.54037 AWS region used for subsequent -s3-bucket-volume arguments. Allowed values are ["ap-southeast-2" "eu-west-1" "sa-east-1" "ap-southeast-1" "eu-central-1" "us-east-1" "us-west-1" "us-west-2" "us-gov-west-1" "cn-north-1" "ap-northeast-1"].
is this list dynamic based on the platform? or just hardcoded for AWS?
Updated by Nico César over 9 years ago
- Status changed from New to Rejected
ok .. This is not a bug.
the -s3-endpoint was missing and the values are actually computed platform dependent.
Updated by Brett Smith over 9 years ago
The way it was explained to me previously is that -s3-region is just a convenience shortcut on AWS for setting the corresponding -s3-endpoint. If you set -s3-endpoint, I believe -s3-region is a noop, or is supposed to be.
Actions