Use US standard S3 region
[?]
Feb 26, 2016, 7:57 PM
AMXZL5ORI2GTJ3FKJYPNCRMNQ5F5RJW2OJCWCBFFR2PHK62SAZCQCDependencies
- [2]
GTUZLZRHAdd an S3-backed binary cache store - [3]
B2L4T3X6Sync with Nix - [4]
SOB276BAKeep some statistics for the binary cache stores - [5]
EOO4EFWDUse a single BinaryCacheStore for all threads
Change contents
- replacement in src/hydra-queue-runner/s3-binary-cache-store.cc at line 47
res->region = Aws::Region::EU_WEST_1;res->region = Aws::Region::US_EAST_1; - replacement in src/hydra-queue-runner/s3-binary-cache-store.cc at line 69
.WithLocationConstraint(Aws::S3::Model::BucketLocationConstraint::eu_west_1))));/* .WithLocationConstraint(Aws::S3::Model::BucketLocationConstraint::US) */ )));