Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are working on using the logs from our CDNs to count crate downloads on crates.io. Whenever a log archive is uploaded to the bucket, a notification is sent to an SQS queue. crates.io then downloads the log, parses it, and updates the download counts. For this to work, crates.io needs access to the S3 bucket with the logs. This change grants read-only access to individual log archives. See rust-lang#372 for details.
- Loading branch information