Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload -o output file to s3 #376

Open
karikarshivani opened this issue May 16, 2022 · 1 comment · May be fixed by #746
Open

Upload -o output file to s3 #376

karikarshivani opened this issue May 16, 2022 · 1 comment · May be fixed by #746
Assignees
Labels
enhancement New feature or request

Comments

@karikarshivani
Copy link

It would be a useful feature to upload the output file to s3 if indicated. One example would be a user executing the following command:

saf convert hdf2csv -i TestProfile.json -o s3://bucket-name/TestProfileConverted.csv --fields "Results Set,Status,ID,Title,Severity"

And then saf-cli automatically executing the following command to upload the local converted file:

aws s3 cp TestProfileConverted.csv s3://bucket-name/TestProfileConverted.csv
@karikarshivani karikarshivani added the enhancement New feature or request label May 16, 2022
@aaronlippold
Copy link
Member

General support for s3 upload as an output may be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants