Skip to content

keisuke-nakata/aws-cli-s3-url2uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version Circle CI

aws-cli-s3-url2uri

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

install

pip install aws-s3-url2uri

and command aws_s3_url2uri will be available.

About

Make aws s3 commands work with URL showed in AWS web console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages