Connect with non-aws S3 #136
charalamm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have spend a couple of hours trying to make eoapi-raster connect to a non-aws private s3 but it was extremely easy.
Just add the environment variable
AWS_S3_ENDPOINT
and point it to the url without the protocol, likeAWS_S3_ENDPOINT=mys3url.com
.Beta Was this translation helpful? Give feedback.
All reactions