Implement s3_force_path_style
exadeci opened this issue · 4 comments
exadeci commented
I'm on a pretty specific S3 and there seems to be a missing option on this gem the s3_force_path_style: true (https://github.com/aws/aws-sdk-ruby/blob/91700223be98d1e12f63a24ff260c021ebb8f0cb/lib/aws/core/configuration.rb#L132-L134)
Or did I missed it ?
qoobaa commented
It may be missing.
exadeci commented
Returning false with the vhost? method in bucket seems to make it work.
I'll make a PR if I get the time to implement a cleaner way to do it.