Storage Areas
A storage area is a local or remote location where media events are recorded and stored.
| Attribute | Description |
|---|---|
| ID | ID of the storage area. |
| Name | Descriptive name for the storage area. |
| Storage Area Type | The type of storage area. This can be a local file system restricted to a defined hub or a cloud provider. Currently, only S3 has been tested. More providers will follow after testing, thanks to rclone. |
| Storage Root Path | Directory containing all file data. When using S3, make sure the path conforms to its restrictions, such as using no capital letters. |
| Hubs | Hubs allowed to store data in or access this storage area. |
| Storage Area Size | Applicable only to remote storage areas. A value of -1 means unlimited; otherwise, the size is interpreted in gigabytes. |
| Maximum Media Event Usage Percentage (1-100) | Percentage of the entire drive in use, including files outside StreamShuttle's management. A value of -1 falls back to the global media-events/prune/maxDiskUsagePercent setting. |
| Encrypted? | The password can be set only when the storage area is created and cannot be changed afterward. (A future update will support migration from an unencrypted storage area to a new encrypted one, and vice versa.) |