ExStorageServiceCli (ex_storage_service_cli v0.1.4)

Copy Markdown View Source

CLI tool for ExStorageService S3-compatible object storage.

Provides an ess command-line interface for managing buckets and objects.

Usage

ess <command> [options]

Commands

configure         Set up access credentials and endpoint
mb <bucket>       Make (create) a bucket
rb <bucket>       Remove (delete) a bucket
ls [bucket[/prefix]]  List buckets or objects
cp <src> <dst>    Copy files (upload/download)
rm <target>       Remove an object
mv <src> <dst>    Move an object (copy + delete)
presign <target>  Generate a presigned URL
info              Show server health info
version           Print CLI version

Global Options

--endpoint <url>     S3 endpoint (default: http://localhost:9000)
--profile <name>     Use a named profile
--access-key <id>    Override access key ID
--secret-key <key>   Override secret access key
--region <region>    AWS region (default: us-east-1)
--json               Output in JSON format
--no-color           Disable colored output
-h, --help           Show help

Summary

Functions

Returns the current CLI version.

Functions

main(args)

version()

Returns the current CLI version.