Replies: 2 comments 11 replies
-
👋 it should work natively with S3 URL (as long as you have credential set in your environment) https://github.com/cogeotiff/rio-tiler/blob/main/rio_tiler/io/stac.py#L54-L88 let me have a look |
Beta Was this translation helpful? Give feedback.
10 replies
-
Can rio-tiler make use of a rasterio AWS session? Something like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to adapt the STACReader example code to work with a public STAC Item file stored on AWS S3 using the s3 URI scheme.
Using the Object URL works:
However, using the s3 URI fails:
with the error
stack trace
To get
STACReader
to recognize s3 URIs, do you need to setup a custom StacIO class?Beta Was this translation helpful? Give feedback.
All reactions