S3 support for other than AWS, but compatible, repositories? #733
Answered
by
giswqs
glemoine62
asked this question in
Q&A
-
I understand leafmap.s3_* functions (in common) are specific to AWS buckets. I would like to integrate data from a non-AWS repository which is fully compatible with the S3 standard. E.g. I can use boto3 to list_objects, etc. Since leafmap uses boto3 for S3 access, it should in principle be possible to use alternative repositories, e.g. by passing endpoint_url to the S3 session. Is this understanding correct? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 7, 2024
Replies: 1 comment 3 replies
-
Yes, it should. It it doesn't work, please feel free to report an issue and provide a code snippet that can reproduce the issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been fixed in #734. Will release a new version later this week.