Skip to content

shoot16625/s3_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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