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
The region list in the s3 driver is out of date. We are missing us-east-2. The upstream also does not support ca-central-1 - it needs to be added and rebased into our dependency.
I had to add the following to Kube related items for each release:
3.3 to add missing support for the following: ap-south-1, ca-central-1, us-east-2
3.4 to add missing support for the following: ca-central-1, us-east-2
We should make sure that has parity.
The region list in the s3 driver is out of date. We are missing us-east-2. The upstream also does not support ca-central-1 - it needs to be added and rebased into our dependency.
https://github.com/docker/distribution/blob/master/registry/storage/driver/s3-aws/s3.go#L104
https://github.com/openshift/origin/blob/master/vendor/github.com/docker/distribution/registry/storage/driver/s3-aws/s3.go#L73
The text was updated successfully, but these errors were encountered: