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
### Description
Exposes the endpoint url as an access kwarg when using the s3 filesystem
library via the fsspec abstraction. This allows for any non-aws data
providers that support the s3 protocol to be used with the s3 connector
(i.e. minio)
Closes out #950
---------
Co-authored-by: ryannikolaidis <[email protected]>
Co-authored-by: rbiseck3 <[email protected]>
Is your feature request related to a problem? Please describe.
I can't connect unstructured to s3 services other than those provided by amazon.
The boto library seems to be hardcoded for aws and I couldn't find a way to override that.
We use https://min.io for obect storage on site.
Describe the solution you'd like
Ability to set the URL for where we have object storage.
Possible solution
Use the min.io python library https://min.io/docs/minio/linux/developers/python/minio-py.html
This doesn't tie you into Amazon as many cloud providers provide storage with an s3 compatible protocol.
The text was updated successfully, but these errors were encountered: