Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: download results from us-2-west bucket #80

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

guss84
Copy link
Contributor

@guss84 guss84 commented Feb 29, 2024

closes #78

The cause of the issue is that we use rasterio to download tiff files from the S3 bucket, with a pre-signed url. The pre-signed url differed between us-west-2 and eu-central-1, where us-west-2 url was using signature version 2 which resulted an a 403 error when raterio.gdal was trying to fetch the image.

@zcernigoj zcernigoj self-assigned this Mar 1, 2024
Copy link
Contributor

@zcernigoj zcernigoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested running process graph with Landsat (on us-west) on production and locally running this fix and it looks like the fix works.

@zcernigoj zcernigoj assigned guss84 and unassigned zcernigoj Mar 1, 2024
@guss84 guss84 merged commit 8cb6637 into master Mar 1, 2024
4 checks passed
@guss84 guss84 deleted the fix/download-job-results-from-us-2-west branch March 1, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem retreiving job results
2 participants