plop-cli

Crates.ioplop-cli
lib.rsplop-cli
version0.1.0
sourcesrc
created_at2022-08-09 06:22:31.940541
updated_at2022-08-09 06:22:31.940541
descriptionEasily upload and share files via S3
homepagehttps://github.com/raylas/plop
repositoryhttps://github.com/raylas/plop
max_upload_size
id641579
size46,829
Raymond Douglas (raylas)

documentation

https://github.com/raylas/plop

README

plop

crates.io

plop is a command-line tool to upload and share files via AWS S3 presigned URIs.

Install plop

With crates.io:

cargo install plop-cli

From source:

cargo install --path /path/to/plop/repo

Or, download and run the binary from the latest release.

Use plop

Upload and share files via S3 presigned URIs

USAGE:
    plop [FLAGS] [OPTIONS] <file> <bucket>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Verbose mode

OPTIONS:
    -e, --expire <expire>    Lifetime, in seconds, of presigned URI [default: 1800]
    -p, --prefix <prefix>    Prefix for uploaded objects [default: plop/]
    -r, --region <region>    AWS Region to use [env: AWS_REGION=]

ARGS:
    <file>      Local file to upload
    <bucket>    Name of the bucket
Commit count: 19

cargo fmt