Based on a fork of MinIO, Ugloo
is fully compatible with the API of AWS S3
.
Ugloo
can therefore be used as the storage for any application using S3 object storage.
Elastic
Ugloo
takes full advantage of the elastic storage capabilities natively provided by object storage technology.
In detail, it presents the same limits of the S3 API as MinIO.
- max objects per bucket : unlimited
- max size of an object : 5 TB
- max size of a multi-part object : 50 TB
Versions management and lifecycle
Ugloo
natively handles multiple (immutable) versions of the same S3
object.
For a given object, we can therefore access/delete a specific version, and manage the configuration of an expiration time for each specific version.
Ugloo
supports native S3
locks to set up regulatory retention periods.