chore: use CloudFlare R2 storage for snapshot storage#17115
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
e7a730c to
d2a5640
Compare
d2a5640 to
4d9d395
Compare
alexghr
approved these changes
Sep 24, 2025
|
|
||
| import publicIncludeMetrics from '../../public_include_metric_prefixes.json' with { type: 'json' }; | ||
|
|
||
| const SNAPSHOT_URL = 'https://pub-f4a8c34d4bb7441ebf8f48d904512180.r2.dev/snapshots'; |
3154c7e to
4a6f6b3
Compare
4a6f6b3 to
3acea02
Compare
Fixes https://linear.app/aztec-labs/issue/TMNT-269/migrate-snapshots-to-cloudflare-r2 Uses public r2.dev URL for now which is rate limited to "100s of reqs / sec".
a7bb040 to
402831b
Compare
Collaborator
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This was referenced Oct 1, 2025
spypsy
added a commit
that referenced
this pull request
Oct 7, 2025
Fixes [A-23](https://linear.app/aztec-labs/issue/A-23/migrate-snapshots-to-cloudflare-r2) Backporting: #17115 #17434 #17511 --------- Co-authored-by: spypsy <6403450+spypsy@users.noreply.github.com>
ludamad
pushed a commit
that referenced
this pull request
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://linear.app/aztec-labs/issue/TMNT-269/migrate-snapshots-to-cloudflare-r2
Uses public r2.dev URL for now which is rate limited to "100s of reqs / sec".