]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_common.cc
import 15.2.5
[ceph.git] / ceph / src / rgw / rgw_common.cc
index f440bb2261227bf699431c1060082adc487e4284..778566f8a35ca04ff2f6c1d5707ceb1758dce45f 100644 (file)
@@ -1841,7 +1841,8 @@ bool RGWUserCaps::is_valid_cap_type(const string& tp)
                                     "mdlog",
                                     "datalog",
                                     "roles",
-                                    "user-policy"};
+                                    "user-policy",
+                                    "amz-cache"};
 
   for (unsigned int i = 0; i < sizeof(cap_type) / sizeof(char *); ++i) {
     if (tp.compare(cap_type[i]) == 0) {