-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switch from Backblaze B2 to Amazon S3 #116
Labels
AWS
Amazon Web Services Related Issues
Comments
anthonyfok
changed the title
Switch from Backblaze B2 to Amazon S3 once the latter is available
Switch from Backblaze B2 to Amazon S3 once approved
Jun 10, 2021
anthonyfok
changed the title
Switch from Backblaze B2 to Amazon S3 once approved
Switch from Backblaze B2 to Amazon S3
Jun 10, 2021
14 tasks
3 tasks
anthonyfok
added a commit
to anthonyfok/boundaries
that referenced
this issue
Jun 17, 2021
1 task
anthonyfok
added a commit
that referenced
this issue
Jun 17, 2021
- python/Dockerfile: Install zip and aws - sample.env: Add AWS credentials [TODO] Fixes #116
anthonyfok
added a commit
to OpenDRR/boundaries
that referenced
this issue
Jul 5, 2021
We came to the realization recently that GitHub release assets likely can replace the use of both Backblaze B2 and Amazon S3 for most of our needs. Let's revisit this issue in the future for cases where we really do need to use Amazon S3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Switch from Backblaze B2 to our own Amazon S3 bucket (private bucket for now, optionally public bucket in the future.
once the latter is authorized, or switch to other alternatives in the interim if necessary.This involves at least the following repos:OpenDRR/opendrr-data-store→ requires public S3 bucket, moved to Upload GeoPackage files (compressed or not) to public S3 bucket opendrr-data-store#47Thanks to @drotheram for the reminder while reviewing #105 on 2021-06-09. While the use of Backblaze B2 had been very helpful in our initial exploration, it is definitely a stop-gap measure, and we need to make sure all these uses are replaced before our official release.
Tasks
Sprint 36:
opendrr-api-prebuilt-cache-1
in "Sandbox"aws s3 cp
oraws s3 sync
to fetchopendrr-boundaries.dump
aws
CLI toolProvide a working set ofAdd placeholders forAWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
Sprint 37:
The text was updated successfully, but these errors were encountered: