We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc1f4d commit 004b605Copy full SHA for 004b605
infra/modules/service/variables.tf
@@ -83,7 +83,7 @@ variable "file_upload_jobs" {
83
84
["python", "etl.py", "<object_key>"]
85
86
- Then if an object was uploaded tos3://somebucket/path/to/file.txt, the
+ Then if an object was uploaded to s3://somebucket/path/to/file.txt, the
87
task will execute the command:
88
89
python etl.py path/to/file.txt
0 commit comments