cloudpathlib
cloudpathlib copied to clipboard
Add support for s3.addressing_style virtual
Maybe I missed this in the docs but couldn't find a way to tell the s3 client to use virtual addressing style
Thanks for the report. It looks like we don't currently support the client config where that gets configured.
-
We should support initializing
S3Clientwith abotocore.client.Configso that all the options there are available. -
We should use
.mergeon the config in the places where we currently explicitly construct aConfig -
We should update documentation
Happy to take a PR that enables this