This is a CLI that allows you to interactively search AWS S3 object path and get AWS Management Console URI.
With Rust's package manager cargo, you can install via:
sh
cargo install s3_search
macOS or Linux
sh
brew tap shoot16625/tap
brew install s3_search
```sh
s3s
s3s --region us-west-2
s3s --help ```
s3_search needs aws credentials, so you need to set credentials.
You can use Environment value or "~/.aws/credentials"
.
| environment | default value | | ------------------ | -------------- | | profile | default | | AWSDEFAULTREGION | ap-northeast-1 |
sh
cargo run