Skip to content

fix: allow s3 to follow redirects when reading imagery#77

Merged
drduhe merged 1 commit intomainfrom
fix/allow-follow-redirects
Feb 13, 2026
Merged

fix: allow s3 to follow redirects when reading imagery#77
drduhe merged 1 commit intomainfrom
fix/allow-follow-redirects

Conversation

@drduhe
Copy link
Copy Markdown
Collaborator

@drduhe drduhe commented Feb 13, 2026

Issue #, if available: n/a

S3 Cross-Region Bucket Access Fix

  • Added followRegionRedirects: true to the S3Client configuration in s3Helper.ts
  • Fixes PermanentRedirect errors when accessing S3 buckets hosted in a different region than the configured client region
  • The SDK now automatically retries requests against the correct regional endpoint

Checklist

Before you submit a pull request, please make sure you have the following:

  • Code changes are compact and well-structured to facilitate easy review
  • Changes are documented in the README.md and other relevant documentation pages
  • PR title and description accurately reflect the changes and are detailed enough for historical tracking
  • PR contains tests that cover all new code and the code has been manual tested
  • All new dependencies are declared (if any), and no unnecessary libraries are added
  • Performance impacts (if any) of the changes are evaluated and documented
  • Security implications of the changes (if any) are reviewed and addressed
  • I have read the Contributing Guidelines and agree to follow the Code of Conduct

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@drduhe drduhe merged commit af31b26 into main Feb 13, 2026
4 checks passed
@drduhe drduhe deleted the fix/allow-follow-redirects branch February 25, 2026 18:12
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.

2 participants