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
pkg/storage/s3: use force path style in favour of virtual hosted style
the latest upgrade of our openshift/docker-distribution fork brought in
a patch introducing `forcepathstyle` configuration, which was mistakenly
merged the openshift only `virtualhostedstyle` configuration.
to workaround the issue we simply drop the use of `virtualhostedstyle`
in favour of `forcepathstyle`.
we will eventually remove our custom `virtualhostedstyle` path from our
docker-distribution fork, but using
`.spec.storage.s3.virtualHostedStyle` should work as expected
regardless.
0 commit comments