From 0c702319a9ac043bed555dad1090c50ee189e8f8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 23 Jan 2022 17:54:42 -0800 Subject: [PATCH] Updated S3 Bucket Quota (markdown) --- S3-Bucket-Quota.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/S3-Bucket-Quota.md b/S3-Bucket-Quota.md index 233cac4..7f643ee 100644 --- a/S3-Bucket-Quota.md +++ b/S3-Bucket-Quota.md @@ -58,3 +58,7 @@ Note: Internally this readOnly flag is saved into filer configuration for `locat ] } ``` + +# Schedule Quota Enforcement + +`s3.bucket.quota.enforce -apply` should be run regularly. You can add it to the `master.toml` file, or add it to some shell scripts. The frequency depends on how much you trust your users. :)