colinmeinke/ghost-storage-adapter-s3

PathStyle for s3-like storages

ulm0 opened this issue · 1 comments

ulm0 commented

Hi, I'm trying to setup this adapter in order to use it with Minio as object storage. Thing is Minio uses path style for storing objects. Unlike s3, which uses bucket.domain.com Minio one is domain.com/bucket

would it possible to use a path style setting in this adapter as well?

@ashald sorted this in e811880, thanks for the issue!