feat: Add upload_to_job_attachments utility script #164
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New PR since we can't re-open the old one.
Add utility_scripts directory and README
Update TLD README
Add progress tracker to upload_to_job_attachments
Remove manifest ability
What was the problem/requirement? (What/Why)
Users would like some way of easily pre-populating large job attachment datasets into S3 from on-prem or workstations. While we had an S3 to S3 example, we lacked a standalone example.
What was the solution? (How)
Wrote a new python script which will help users upload various datasets to job attachments
What is the impact of this change?
New utility_scripts folder
How was this change tested?
Various AWS SAs have tested this script file over the last few weeks
Was this change documented?
Sidecar README