-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add S3 Batch Operations 2.0 Schema Fields to S3BatchJob/S3BatchJobTask (
#550) * Add S3 Batch Operations 2.0 Schema Fields * Create s3-batch-job-event-request-2.0.json * Update s3_batch_job_test.go * Rename s3-batch-job-event-request.json to s3-batch-job-event-request-1.0.json * Fix tests * Split into S3BatchJobV2
- Loading branch information
1 parent
58da2cc
commit eae55b8
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
"s3BucketArn": "arn:aws:s3:us-east-1:0123456788:awsexamplebucket" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"invocationSchemaVersion": "2.0", | ||
"invocationId": "YXNkbGZqYWRmaiBhc2RmdW9hZHNmZGpmaGFzbGtkaGZza2RmaAo", | ||
"job": { | ||
"id": "f3cc4f60-61f6-4a2b-8a21-d07600c373ce", | ||
"userArguments": { | ||
"k1": "v1", | ||
"k2": "v2" | ||
} | ||
}, | ||
"tasks": [ | ||
{ | ||
"taskId": "dGFza2lkZ29lc2hlcmUK", | ||
"s3Key": "customerImage1.jpg", | ||
"s3VersionId": "jbo9_jhdPEyB4RrmOxWS0kU0EoNrU_oI", | ||
"s3Bucket": "awsexamplebucket" | ||
} | ||
] | ||
} |