An Object Storage service can store a large amount of unstructured data of any content type. Object Stores are widely used for Big Data analytics, Backup/Archival, Web Hosting and media storage and delivery. Amazon S3, Google Cloud Storage, Azure Blob Storage and DigitalOcean Spaces are some of the popular Object Storage service providers.
Building on the OpenSource object store providers, CloudStack can support Object Storage as a first-class entity. A general purpose object storage framework should be added, with support for various Object Storage providers as plugins.
The purpose if this document is to provide functional specification for Object Storage feature in CloudStack
Version | Author/Reviewer | Date |
---|---|---|
1.0 | Kishan Kavala |
|
Object Store: Object storage (also known as object-based storage) is a data storage that manages data as objects
Bucket: Buckets are logical containers for storing objects
Object: The basic storage units of Object Store are objects. Any type of data, regardless of content type, is stored as an object.
Object Storage Pool: CloudStack admin can setup supported Object Storage systems and add them to CloudStack as an Object Storage Pool. Users can create buckets within the object storage pool
Object storage as a first-class end user feature in CloudStack
Pluggable Object storage provider framework
New APIs
Object Storage Pool APIs
addObjectStoragePool
updateObjectStoragePool
removeObjectStoragePool
listObjectStoragePools
Bucket APIs
createBucket
deleteBucket
listBuckets
Describe business/service layer changes, changes in frameworks, plugins ...
Buckets usage
Appendix A:
Appendix B: