saf icon indicating copy to clipboard operation
saf copied to clipboard

Upload `-o` output file to s3

Open karikarshivani opened this issue 3 years ago • 1 comments

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 avatar May 16 '22 19:05 karikarshivani

General support for s3 upload as an output may be nice

aaronlippold avatar May 16 '22 21:05 aaronlippold