s3put

command module
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: MIT Imports: 9 Imported by: 0

README

s3put

I know exists, I needed it anyway.

Usage

It uses the standard s3cli authentication methods.

s3put --bucket=<bucket> --region=<region> <file> <key>

You can use environment variables to provide secret key & access key:

AWS_SECRET_KET=abc AWS_ACCESS_KEY=def s3put --bucket=<bucket> --region=<region> <file> <key>

Using stdin

s3put --bucket=<bucket> --region=<region> -- - <key>

Uses multipart upload to allow files bigger than 5GB.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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