S3 API Reference
S4 implements the AWS S3 API, providing compatibility with standard S3 tools and SDKs including AWS CLI, boto3, rclone, and restic.
All S3 API requests support AWS Signature V4 authentication.
Authentication
S4 supports AWS Signature Version 4 for authenticating S3 API requests. This is the same authentication mechanism used by AWS S3, ensuring compatibility with all standard S3 tools and SDKs.
Bucket Operations
S4 supports standard S3 bucket operations.
Multipart Upload
S4 supports S3-compatible multipart uploads for large files. The AWS CLI and SDKs use multipart upload automatically for files larger than a configurable threshold (typically 8MB).
Object Operations
S4 supports standard S3 object operations.