S3-compatible HTTP client with automatic SigV4 request signing.
Wraps Req with path-style S3 addressing and XML response parsing.
Summary
Functions
Copy an object within S3.
Create a bucket.
Delete a bucket.
Delete an object.
Download an object from S3.
Head a bucket (check existence).
Head an object (get metadata without body).
Check server health.
List all buckets.
List objects in a bucket.
Creates a new S3 client configuration.
Upload a file to S3.
Functions
Copy an object within S3.
Create a bucket.
Delete a bucket.
Delete an object.
Download an object from S3.
Head a bucket (check existence).
Head an object (get metadata without body).
Check server health.
List all buckets.
List objects in a bucket.
Options
:prefix- Filter by prefix:delimiter- Delimiter for hierarchy (default: nil):max_keys- Maximum keys to return (default: 1000):continuation_token- Pagination token
Creates a new S3 client configuration.
Upload a file to S3.