Skip to content

Change version downloads archive location to static S3 bucket #9180

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

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Jul 26, 2024

Previously we were uploading the version downloads exports to a dedicated bucket, but the infra team decided that it would be best to use the static bucket instead. This changes the upload location by switching from a dedicated ObjectStore instance to a PrefixStore based on our Storage struct and the archive/version-downloads prefix.

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Jul 26, 2024
@Turbo87 Turbo87 requested a review from a team July 26, 2024 10:29
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.19%. Comparing base (d1e90c6) to head (77a9d2f).

Files Patch % Lines
src/bin/background-worker.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9180      +/-   ##
==========================================
+ Coverage   89.15%   89.19%   +0.04%     
==========================================
  Files         282      282              
  Lines       28529    28514      -15     
==========================================
  Hits        25434    25434              
+ Misses       3095     3080      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bors
Copy link
Contributor

bors commented Jul 29, 2024

☔ The latest upstream changes (presumably #9161) made this pull request unmergeable. Please resolve the merge conflicts.

Previously we were uploading the version downloads exports to a dedicated bucket, but the infra team decided that it would be best to use the `static` bucket instead. This changes the upload location by switching from a dedicated `ObjectStore` instance to a `PrefixStore` based on our `Storage` struct and the `archive/version-downloads` prefix.
@Turbo87 Turbo87 force-pushed the version-downloads-move branch from 77a9d2f to 910d64b Compare July 31, 2024 06:42
@Turbo87 Turbo87 enabled auto-merge (squash) July 31, 2024 06:43
@Turbo87 Turbo87 merged commit e669bdb into rust-lang:main Jul 31, 2024
8 checks passed
@Turbo87 Turbo87 deleted the version-downloads-move branch July 31, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants