1
0
Fork 0
mirror of synced 2024-08-13 17:11:49 +12:00

Minio and local licensing fixes (#9071)

This commit is contained in:
Rory Powell 2022-12-16 11:14:31 +00:00 committed by GitHub
parent 0e8dd81034
commit f4a39080de

View file

@ -86,7 +86,7 @@ export const ObjectStore = (
// custom S3 is in use i.e. minio
if (env.MINIO_URL) {
if (opts.presigning && !env.MINIO_ENABLED) {
if (opts.presigning && env.MINIO_ENABLED) {
// IMPORTANT: Signed urls will inspect the host header of the request.
// Normally a signed url will need to be generated with a specified host in mind.
// To support dynamic hosts, e.g. some unknown self-hosted installation url,