#amazon-s3 #s3 #search #aws #aws-cli #cli

app s3_search

Fuzzy search interactively for AWS S3. named s3s

2 releases (1 stable)

1.0.0 May 18, 2023
0.1.0 May 18, 2023

#39 in #aws-cli

Download history 3/week @ 2024-02-20 39/week @ 2024-02-27 51/week @ 2024-03-05 5/week @ 2024-03-12

98 downloads per month

MIT license

82KB
182 lines

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

Dependencies

~27–39MB
~549K SLoC