Re: Cleaner S3 URL Generation — Remove s3.amazonaws.com from Generated Path
Thanks for your suggestion.
I have added this request to the tracker:
Issue 2421 – Optionally do not include hostname in generated S3 URL
You can vote for it there.
Though you can actually achieve this easily by defining a simple local custom command:
And check Copy results to clipboard.
https://winscp.net/eng/docs/custom_command
https://winscp.net/eng/docs/ui_pref_commands
https://winscp.net/eng/docs/ui_customcommand
I have added this request to the tracker:
Issue 2421 – Optionally do not include hostname in generated S3 URL
You can vote for it there.
Though you can actually achieve this easily by defining a simple local custom command:
cmd /c echo s3:/!/
And check Copy results to clipboard.
https://winscp.net/eng/docs/custom_command
https://winscp.net/eng/docs/ui_pref_commands
https://winscp.net/eng/docs/ui_customcommand