File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,23 @@ public enum Capability
122122 WriteBucketEncryption ,
123123
124124 /// <summary>
125- /// Permission to
125+ /// Permission to read bucket replication information.
126126 /// </summary>
127127 ReadBucketReplications ,
128128
129129 /// <summary>
130- /// Permission to
130+ /// Permission to write bucket replication information.
131131 /// </summary>
132- WriteBucketReplications
132+ WriteBucketReplications ,
133+
134+ /// <summary>
135+ /// Permission to read the event notification rules for a bucket.
136+ /// </summary>
137+ ReadBucketNotifications ,
138+
139+ /// <summary>
140+ /// Permission to write event notification rule information for a bucket.
141+ /// </summary>
142+ WriteBucketNotifications ,
133143 }
134144}
You can’t perform that action at this time.
0 commit comments