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
:force_path_style (Boolean) — default: false — When set to true, the bucket name is always left in the request URI and never moved to the host as a sub-domain. See Plugins::S3BucketDns for more details.
Which makes sense that it does construct hoge.127.0.0.1:9000 in my case.
The text was updated successfully, but these errors were encountered:
I spent some time fixing a problem below and wanted to leave this issue just in case someone runs into the same problem.
Clearly someone ran into it in the past
Originally it was discussed in Allow non-AWS endpoints #100 (comment)
Now
force_path_style
is an option forAws::S3::Client
Which makes sense that it does construct
hoge.127.0.0.1:9000
in my case.The text was updated successfully, but these errors were encountered: