Skip to content
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

terraform: cache: configure as Requester Pays #299

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

delroth
Copy link
Contributor

@delroth delroth commented Oct 31, 2023

Not applied yet, will apply on 2023-11-04 (Saturday).

  # aws_s3_bucket_request_payment_configuration.cache will be created
  + resource "aws_s3_bucket_request_payment_configuration" "cache" {
      + bucket = "nix-cache"
      + id     = (known after apply)
      + payer  = "Requester"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Will merge once applied and tested to not explode, filing this PR to get any review feedback prior to applying later this week.

Fixes #277

@delroth delroth force-pushed the cache-requester-pays branch from bf545fb to 7cf2d83 Compare November 4, 2023 10:37
@delroth
Copy link
Contributor Author

delroth commented Nov 4, 2023

Pushed.

@delroth delroth merged commit 5d88806 into NixOS:master Nov 4, 2023
1 check passed
@delroth delroth deleted the cache-requester-pays branch November 4, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate setting "Requester Pays" on the cache S3 bucket
1 participant