liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
207 stars 39 forks source link

Allow/Extend for explicit configuration of boto3. #182

Open milost opened 3 weeks ago

milost commented 3 weeks ago

Love the S3Path lib! Great job on creating such a useful lib for interacting with S3 storage.

Unfortunately, I am looking to connect to a MinIO server, which is S3-compatible but not AWS S3 itself. Is there any chance to extend the S3Path lib in a way that one could explicitly configure the connection, specifying which S3-compatible server to connect to?

This approach could have several advantages:

liormizr commented 2 weeks ago

Hi @milost Nice to here that you like S3Path :-)

About MinIO, is this what you are looking for? https://github.com/liormizr/s3path/blob/master/docs/advance.rst#s3-compatible-storage

milost commented 2 weeks ago

Hi,

I totally missed this! I'll give this a try right away! Thanks so much🙏🏻