diff --git a/S3-Bucket-Quota.md b/S3-Bucket-Quota.md index 909cf39..a3bf328 100644 --- a/S3-Bucket-Quota.md +++ b/S3-Bucket-Quota.md @@ -11,7 +11,7 @@ There are two aspects of quota management: "quota configuration" and "quota enfo * "Quota Configuration" is done in by an admin script in `weed shell`, where you can set/remove/enable/disable bucket quota for each bucket. * "Quota Enforcement" is actually also an admin script, which you can run it periodically by adding it to `master.toml`. It will check whether all the buckets are over their limit or not. If one bucket is over quota, it will set the bucket to read only. -The bucket read only flag is checked when filer process write requests. If the bucket is read only, the creation and update requests on this bucket will be denied, except deletion. The read operations are not be affected. +The bucket's "readOnly" flag is checked when the filer processes write requests. If a bucket is readOnly, the creation and update requests on the bucket will be denied, except deletion. The read operations are not be affected. # Quota Configuration and Enforcement