Make aws s3
commands work with URL showed in AWS web console.
aws_s3_url2uri ls "https://console.aws.amazon.com/s3/home?region=<your_region>#&bucket=mybucket&prefix=mydir/" --profile myprof
will be converted into
aws s3 ls s3://mybucket/mydir/ --profile myprof
pip install aws-s3-url2uri
and command aws_s3_url2uri
will be available.