s5cmd icon indicating copy to clipboard operation
s5cmd copied to clipboard

command/app: force `endpoint-url` to have scheme

Open boraberke opened this issue 2 years ago • 0 comments

Before this PR, if an URL without a scheme was given to endpoint-url such as example.com, s5cmd would add http scheme to it.

After this PR, s5cmd will not accept endpoint-url without a scheme. User should give either http or https scheme explicitly.

boraberke avatar Aug 24 '22 12:08 boraberke