A quick and extremely simple utility based on durch/rust-s3 for interacting with S3 compatible object stores because all the other tools I could find needed configuration and I'm not into it.
Install via cargo install s3-util
to build from source, cargo binstall s3-util
to fetch a binary if you have cargo-binstall
available, or grab a pre-build binary from the releases or a docker container from ghcr.io/ryankurte/s3-util
.
See s3-util [SUBCOMMAND] --help
for information, you need to configure all the options as appropriate for your object-storage provider.
``` s3-util 0.1.0
USAGE:
s3-util [OPTIONS] --access-key
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--access-key
SUBCOMMANDS: delete Delete an item from the bucket download Download an item from the bucket help Prints this message or the help of the given subcommand(s) list Show items in bucket upload Upload an item to the bucket ```