S3 Control client create job. No json format allowed for Manifest Param only CSV #3736
Unanswered
damolaobaleke
asked this question in
Q&A
Replies: 2 comments
-
Duplicate of aws/aws-cli#7941, followed up there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When passing in the parameters for the create_job(). In the Request syntax. The format attribute in the manifest block or object is only capable of taking csv and not the actual
manifest.json
why ?So 'Format': 'S3BatchOperations_CSV_20180820'|'S3InventoryReport_CSV_20161130', but no json
But clearly in the GUI you have 3 different options of which the
manifest.json
is one of them. Amanifest.csv
is never actually created asides if you want to explicitly extract from the datadir
in the inventory source bucket and rename or create the file yourself but that's not the best way why not just generate amanifest.csv
as well along side themanifest.json
and checksum file ?Because in the image below there is really no point of having the csv option unless you create it yourself and add it to another bucket yourself. Unless i'm missing how to set the format to Json in the request ?
Beta Was this translation helpful? Give feedback.
All reactions