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

Add ingest from S3 bucket support #227

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

sbearcsiro
Copy link
Contributor

Add support for S3 to support when uploading images via URLs for #183 .

In this PR it supports URLs in the form s3://<accesskey>:<secret>@<bucket>.s3.<region>.amazonaws.com/<key>. Providing a userinfo, ie accesskey and secret, is optional. In this case, it will fall back to the default permissions, so access to the bucket could be controlled via AWS EC2 IAM roles, etc.

@sbearcsiro sbearcsiro requested a review from yasima-csiro March 17, 2025 03:32
@sbearcsiro sbearcsiro merged commit 914482c into develop Mar 20, 2025
2 checks passed
@sbearcsiro sbearcsiro added this to the 3.1.0 milestone Mar 28, 2025
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