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
Downloading assets from the following Digital Earth Australia STAC catalogue (https://explorer.dea.ga.gov.au/stac) on QGIS 3.40 produces the following error:
Steps to reproduce the issue
On QGIS 3.40:
From Settings > Options > System > Environment, ensure that AWS_NO_SIGN_REQUEST=True environment variable is set (restart if necessary)
This appears to be caused by our STAC metadata providing links to our assets as S3 URIs vs https:
To my knowledge this is a common use case for STAC metadata pointing to data stored in AWS S3 - it would be great to allow downloads for these kinds of href links.
Hey @saberraz, just wanted to check in on this one - does it seem like there could be a possible fix for this? I'd really love to be able to recommend our users use this tool for downloading data from S3, and I suspect this issue may affect a wide range of data providers who use S3 to house the data they reference via STAC.
hi @robbibt this and authentication are known limitations. Unfortunately, these were not within the scope of the funded project and are not core part of STAC specification. Feel free to contact me if you would like to sponsor those extra features.
What is the bug or the crash?
Downloading assets from the following Digital Earth Australia STAC catalogue (https://explorer.dea.ga.gov.au/stac) on QGIS 3.40 produces the following error:
Steps to reproduce the issue
On QGIS 3.40:
AWS_NO_SIGN_REQUEST=True
environment variable is set (restart if necessary)Versions
Supported QGIS version
New profile
Additional context
This appears to be caused by our STAC metadata providing links to our assets as S3 URIs vs https:
To my knowledge this is a common use case for STAC metadata pointing to data stored in AWS S3 - it would be great to allow downloads for these kinds of
href
links.Example STAC metadata document:
https://explorer.dea.ga.gov.au/stac/collections/ga_s2ls_intertidal_cyear_3/items/6ef7df62-b507-494e-a3ba-e39194309972
The text was updated successfully, but these errors were encountered: