Storage Pools
Configure SeaweedFS storage pools for tiered object storage
You are viewing documentation for Cozystack next, which is currently in beta. For the latest stable version, see the v1.2 documentation.
Cozystack provides S3-compatible object storage powered by SeaweedFS and the SeaweedFS COSI Driver.
Object storage in Cozystack is built from several layers:
-lock BucketClass (for object locking).SeaweedFS Cluster
└── Storage Pool "ssd" (diskType: ssd)
│ ├── BucketClass: tenant-seaweedfs-ssd
│ ├── BucketClass: tenant-seaweedfs-ssd-lock
│ ├── BucketAccessClass: tenant-seaweedfs-ssd (readwrite)
│ └── BucketAccessClass: tenant-seaweedfs-ssd-readonly (readonly)
└── Storage Pool "hdd" (diskType: hdd)
├── BucketClass: tenant-seaweedfs-hdd
├── ...
Configure SeaweedFS storage pools for tiered object storage
Create S3 buckets and manage user credentials