s3_search

Crates.ios3_search
lib.rss3_search
version1.0.0
sourcesrc
created_at2023-05-18 03:19:52.192549
updated_at2023-05-18 04:11:53.831574
descriptionFuzzy search interactively for AWS S3. named s3s
homepage
repositoryhttps://github.com/shoot16625/s3_search
max_upload_size
id867393
size149,494
uchidash (shoot16625)

documentation

README

s3_search

Test

This is a CLI that allows you to interactively search AWS S3 object path and get AWS Management Console URI.

Image

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
Commit count: 45

cargo fmt