Crates.io | s3_search |
lib.rs | s3_search |
version | 1.0.0 |
source | src |
created_at | 2023-05-18 03:19:52.192549 |
updated_at | 2023-05-18 04:11:53.831574 |
description | Fuzzy search interactively for AWS S3. named s3s |
homepage | |
repository | https://github.com/shoot16625/s3_search |
max_upload_size | |
id | 867393 |
size | 149,494 |
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:
cargo install s3_search
macOS or Linux
brew tap shoot16625/tap
brew install s3_search
# search s3 object path (default region: AWS_DEFAULT_REGION)
s3s
# search s3 object path (specify region)
s3s --region us-west-2
# help
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 |
AWS_DEFAULT_REGION | ap-northeast-1 |
cargo run