s3ed
s3ed copied to clipboard
Customize Command Line Args?
This is a very helpful tool for my workflow so thanks for making it!
I need to copy content with --sse
flag every time I copy content but not sure how to specify this or other flags. I understand you can't make everything flexible because I could just use AWS CLI directly but any way to modify the command before it's run to add arguments or customize variable with flags I always need to use?
This is a good call, I have it set up to use --sse AES256
automatically, but it would be much better to be flexible. I'll look into adding this.