Skip to content

Upload -o output file to s3 #376

@karikarshivani

Description

@karikarshivani

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions