Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use cloudpathlib for accessing custom S3 installations? #136

Closed
YevheniiSemendiak opened this issue Mar 18, 2021 · 2 comments · Fixed by #138
Closed

How to use cloudpathlib for accessing custom S3 installations? #136

YevheniiSemendiak opened this issue Mar 18, 2021 · 2 comments · Fixed by #138

Comments

@YevheniiSemendiak
Copy link
Contributor

For instance, I've deployed MinIO to my cluster and have its endpoint URL.
The only solution that comes to my mind is to instantiate CloudPath with a boto3 client, authenticated to this endpoint.
Am I correct with this assumption?

@jayqi
Copy link
Member

jayqi commented Mar 18, 2021

I'm not familiar with MinIO. Is this documentation describing something similar to your situation and how you'd access your S3 with boto3? https://docs.min.io/docs/how-to-use-aws-sdk-for-python-with-minio-server.html

@YevheniiSemendiak
Copy link
Contributor Author

@jayqi just posted a PR #137 as an example for it

@jayqi jayqi linked a pull request Mar 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants