diff --git a/terraform/production/render.tf b/terraform/production/render.tf index 7cab0a68d5..e58d5d8956 100644 --- a/terraform/production/render.tf +++ b/terraform/production/render.tf @@ -215,7 +215,7 @@ module "production" { aws_s3_config = { region = "us-east-2" signature_version = "v4" - files_presign_ttl = "600" + files_presign_ttl = "3600" files_public_bucket_name = "polar-public-files" customer_invoices_bucket_name = "polar-customer-invoices" payout_invoices_bucket_name = "polar-payout-invoices" diff --git a/terraform/sandbox/render.tf b/terraform/sandbox/render.tf index f2ab644123..b0835fd744 100644 --- a/terraform/sandbox/render.tf +++ b/terraform/sandbox/render.tf @@ -140,7 +140,7 @@ module "sandbox" { aws_s3_config = { region = "us-east-2" signature_version = "v4" - files_presign_ttl = "600" + files_presign_ttl = "3600" files_public_bucket_name = "polar-public-sandbox-files" customer_invoices_bucket_name = "polar-sandbox-customer-invoices" payout_invoices_bucket_name = "polar-sandbox-payout-invoices"