summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-10-13 22:36:11 -0700
committerASHWIN A NAIR <nairashwin952013@gmail.com>2023-03-21 17:27:31 +0000
commitcbba65ac913cef3ef7daf711d8217a445c8662f4 (patch)
tree06aa7c4bd71903e7290cc95999f373d0b0d08d4d /etc
parent9a1bfb8975fb1315fb417161a2865b6bb4760415 (diff)
downloadswift-cbba65ac913cef3ef7daf711d8217a445c8662f4.tar.gz
quotas: Add account-level per-policy quotas
Reseller admins can set new headers on accounts like X-Account-Quota-Bytes-Policy-<policy-name>: <quota> This may be done to limit consumption of a faster, all-flash policy, for example. This is independent of the existing X-Account-Meta-Quota-Bytes header, which continues to limit the total storage for an account across all policies. Change-Id: Ib25c2f667e5b81301f8c67375644981a13487cfe
Diffstat (limited to 'etc')
-rw-r--r--etc/proxy-server.conf-sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample
index d2db8d752..d893ff8d7 100644
--- a/etc/proxy-server.conf-sample
+++ b/etc/proxy-server.conf-sample
@@ -1110,11 +1110,11 @@ use = egg:swift#dlo
# Time limit on GET requests (seconds)
# max_get_time = 86400
-# Note: Put after auth in the pipeline.
+# Note: Put after auth and server-side copy in the pipeline.
[filter:container-quotas]
use = egg:swift#container_quotas
-# Note: Put after auth in the pipeline.
+# Note: Put after auth and server-side copy in the pipeline.
[filter:account-quotas]
use = egg:swift#account_quotas