io
io copied to clipboard
S3 addressing style should be able to be configured by environment variable.
In S3 filesystem, virtual style is disabled for a corner case that '.' in the bucket name. But the deprecation of path style will come eventually, and for some S3 compatible service, path style is already disabled.
Can S3 filesystem provide an environment variable configuration, e.g. S3_ADDRESSING_STYLE=virtual
, to allow an user to enable virtual hosted style?
Hi @yongtang , can you take a look at this issue? Thanks.
I have the same question. I want to save model to oss, but it returns error Please use virtual hosted style to access
.
Also waiting for the virtual addressing style.