Introduction
servinga offers S3-compatible Object Storage that can be used for a variety of use cases such as for
- backups
- static website hosting
- structured storage for applications
- and much more.
Compatibility
The term S3-compatible means that the semantics and functionality of the well-known S3 API is being replicated. All basic operations are fully supported, and you can use the same clients as for other S3-compatible providers as well as for the original S3 API.
info
The CreateBucket
endpoint is disabled in servinga S3. To create, edit or update buckets, you need to use our customer web interface.
Some tools like e.g. rclone
are using that endpoint to verify whether a bucket exists or not. You need to disable that behavior, otherwise it might cause issues (e.g. by using --s3-no-check-bucket
with rclone
).