diff --git a/posts/inside-rust/2019-11-18-infra-team-meeting.md b/posts/inside-rust/2019-11-18-infra-team-meeting.md index 6dc21ff16..74ce97f50 100644 --- a/posts/inside-rust/2019-11-18-infra-team-meeting.md +++ b/posts/inside-rust/2019-11-18-infra-team-meeting.md @@ -11,17 +11,17 @@ Attending: alexcrichton, kennytm, Mark-Simulacrum, pietroalbini, sgrif, shepmast ## Rust 1.14.0 Cargo artifacts on the rust-lang-ci S3 bucket -Following on last meeting’s topics, pietroalbini investigate whether it would +Following on last meeting’s topics, pietroalbini investigated whether it would be possible to redirect requests for Cargo 1.14.0 from the `rust-lang-ci` S3 bucket to our CDN. The answer is no, as the S3 support for redirects requires a different endpoint than the one included in the manifest. The two main courses -of action were to nothing (keeping the files in the `rust-lang-ci` S3 bucket), +of action were to do nothing (keeping the files in the `rust-lang-ci` S3 bucket), or to rewrite and resign the manifest of Rust 1.14.0 to point to the CDN. Mark-Simulacrum was in favor of doing nothing, but pietroalbini pointed out keeping releases in two different places will make mirroring and caching efforts more complex, as mirror authors will have to special-case a separate -domain just for a release. We then decided to rewrite and resing the manifest. +domain just for a release. We then decided to rewrite and resign the manifest. shepmaster proposed to add a test somewhere to ensure this doesn’t happen again, but nobody on the team had the time to do this. If someone is interested