Skip to content

Commit 2471aed

Browse files
committed
use bucket from #398
1 parent 94f3638 commit 2471aed

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tf/environments/dev/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -970,10 +970,8 @@ module "reuploader" {
970970

971971
task_environment = {
972972
BATCH_SIZE = 10
973-
BUCKET_NAME = aws_s3_bucket.ooniprobe_failed_reports.bucket
973+
BUCKET_NAME = "ooniprobe_failed_reports_2026-04-10"
974974
DRY_RUN = true
975-
# PREFIX # s3 path prefix
976-
# fastpath API endpoint; use the last (fallback) fastpath instance in set
977975
FASTPATH_API = "http://${local.fastpath_hosts[length(local.fastpath_hosts) - 1]}:8472"
978976
}
979977

0 commit comments

Comments
 (0)