plop

crates.io

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

Install plop

With crates.io: bash cargo install plop-cli

From source: bash cargo install --path /path/to/plop/repo

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

Use plop

```bash Upload and share files via S3 presigned URIs

USAGE: plop [FLAGS] [OPTIONS]

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

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

ARGS: Local file to upload Name of the bucket ```