As the name promises, object storages are different from common data storages with file systems. Object storage stores data as objects not as data blocks in the case of common file systems. Metadata are associated directly with a particular object. It eliminates the need for a hierarchical structure used in common file systems. So everything is stored in a flat namespace that is easily scalable.
CESNET S3 is a standard service provided for regular users who need “smaller” space to store their data.Connection and configuration of CESNET S3.
CESNET RBD is a service based on object storage operated on Ceph technology. CESNET RBD (RADOS Block Device) stores block device images as objects in object storage system. The CESNET RBD service is intended for users demanding to store non-trivial volume of data. Also for users who prefer to connect the storage as a native block device.Connection and configuration of CESNET RBD.