Skip to content

Commit

Permalink
Modify the default lookup method to be the same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
dicarne committed May 14, 2024
1 parent 9fdc34b commit fb80fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/storage/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func NewMinioStorage(ctx context.Context, cfg *setting.Storage) (ObjectStorage,

log.Info("Creating Minio storage at %s:%s with base path %s", config.Endpoint, config.Bucket, config.BasePath)

lookup := minio.BucketLookupPath
lookup := minio.BucketLookupAuto
if config.VirtualHost {
lookup = minio.BucketLookupDNS
}
Expand Down

0 comments on commit fb80fa5

Please sign in to comment.