s3n

command module
v0.0.0-...-19e0479 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

README

s3n

Simple S3 object navigator

How to install

  • From source code:

go build -o /usr/local/bin/s3n .
  • With go install:
go install github.com/mtyurt/s3n@latest

How to use


# make sure proper AWS credentials are configured
s3n <bucket-name>

Features

  1. List all objects, navigate into virtual directories using enter and backspace (hit ? for all hotkeys)
  2. View object content with enter using less command
  3. Edit object content with ctrl+e using $EDITOR envvar
  4. Add a new object with ctrl+a and edit it

How to test locally

  • Start localstack from docker-compose
docker-compose up -d
  • Run create some dummy files to test
make createall
  • Run in local with make localrun and enjoy!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL