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.
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: