2 releases (1 stable)
1.0.0 | May 18, 2023 |
---|---|
0.1.0 | May 18, 2023 |
#41 in #aws-cli
82KB
182 lines
s3_search
This is a CLI that allows you to interactively search AWS S3 object path and get AWS Management Console URI.
Installation
Cargo Install
With Rust's package manager cargo, you can install via:
cargo install s3_search
Homebrew
macOS or Linux
brew tap shoot16625/tap
brew install s3_search
Usage
# search s3 object path (default region: AWS_DEFAULT_REGION)
s3s
# search s3 object path (specify region)
s3s --region us-west-2
# help
s3s --help
AWS credentials
s3_search needs aws credentials, so you need to set credentials.
You can use Environment value or "~/.aws/credentials"
.
environment | default value |
---|---|
profile | default |
AWS_DEFAULT_REGION | ap-northeast-1 |
Develop
cargo run
Dependencies
~29–41MB
~556K SLoC