DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
remote_storage_cooldown_time is used to cooldown to S3.
StoragePolicy
The proposal propose the storage policy.
| Code Block |
|---|
CREATE RESOURCE "storage_policy_name"
PROPERTIES(
"type"="storage_policy",
"cooldown_datetime" = "2022-06-01", // time when data is transfter to medium
"cooldown_ttl" = 1h, // data is transfter to medium after 1 hour
"s3_*"
); |
...