Modules
CLI tool for ExStorageService S3-compatible object storage.
Bucket management commands: mb (make bucket) and rb (remove bucket).
Interactive profile configuration command.
Copy files between local filesystem and S3.
Server health and information command.
List buckets or objects command.
Move an object within S3 (copy + delete source).
Generate presigned URLs for S3 objects.
Remove an object from S3.
Print CLI version.
Manages CLI configuration profiles stored in ~/.config/ess/config.toml.
Output formatting for the CLI.
S3-compatible HTTP client with automatic SigV4 request signing.
AWS Signature V4 client-side request signing.
Lightweight S3 XML response parser using :xmerl.