s3select

module
v0.0.0-...-977b807 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: MIT

README

s3select cli utility

This repo is a basic utility to query S3 files using S3 Select.

installation

To install it you can run

go install github.com/Reisender/s3select/cmd/s3s@latest

Assuming your go/bin dir is in your path, you can just run it like so

s3s --help

troubleshooting

If you are getting an error trying to install the latest version, you can try skipping the go proxy like this.

export GOPRIVATE=github.com/Reisender/s3select
go install github.com/Reisender/s3select/cmd/s3s@latest

Directories

Path Synopsis
cmd
s3s

Jump to

Keyboard shortcuts

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