-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPSTREAM: docker/distribution: 2140: Add 'ca-central-1' region for registry S3 storage driver #12451
Conversation
(need to verify this actually works for the new regions) |
(this doesn't work without bumping the aws-sdk-go dependency or hardcoding the fields in the endpoints there, @miminar is currently investigating this) |
I've just verified this works against |
@@ -75,14 +75,17 @@ func init() { | |||
"us-west-1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add us-east-2
as well please. I've tested it - works like a charm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
…gistry S3 storage driver Signed-off-by: Michal Fojtik <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to e638fa4 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12804/) (Base Commit: 38831af) |
[merge] |
Evaluated for origin merge up to e638fa4 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12935/) (Base Commit: 9b125cb) (Image: devenv-rhel7_5696) |
See: distribution/distribution#2140