Releases: jdevelop/s3kit
Releases · jdevelop/s3kit
Tags command
Tag S3 object(s)
Usage:
s3kit tag [command]
Available Commands:
add Add tag(s) to S3 object(s)
rm remove tag(s) from S3 object(s)
Flags:
--all Apply to all versions of object(s)
-h, --help help for tag
--latest Apply to latest version of object(s) (default true)
--version string Apply to a specific version
Global Flags:
-w, --workers int number of concurrent threads (default 12)
Use "s3kit tag [command] --help" for more information about a command.
List command
List versions and/legal holds and locks
Usage:
s3kit ls [command]
Available Commands:
locks List various locks on S3 object(s) (legal hold, governance/compliance retention)
tags List tags for object(s)
versions List object version(s)
Flags:
-h, --help help for ls
--json JSON output
--table ASCII table output (default true)
--yaml YAML output
Global Flags:
-w, --workers int number of concurrent threads (default 12)
Use "s3kit ls [command] --help" for more information about a command.
Implement basic S3 commands
AWS S3 command line toolkit
Usage:
s3kit [command]
Available Commands:
cat Print content of S3 file(s) to stdout
help Help about any command
lock Manage object locks
logs Print S3 Access logs as JSON
size Calculate size of S3 location
Flags:
--debug print debug messages
-h, --help help for s3kit
--quiet print warnings and errors
-w, --workers int number of concurrent threads (default 12)
Use "s3kit [command] --help" for more information about a command.