We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e426a3d + b80c732 commit 3b1f802Copy full SHA for 3b1f802
1 file changed
src/Client/Models/Enums/Capability.cs
@@ -149,6 +149,16 @@ public enum Capability
149
/// <summary>
150
/// Permission to write bucket logging information.
151
/// </summary>
152
- WriteBucketLogging
+ WriteBucketLogging,
153
+
154
+ /// <summary>
155
+ /// Permission to read the lifecycle rules for a bucket.
156
+ /// </summary>
157
+ ReadBucketLifecycleRules,
158
159
160
+ /// Permission to write the lifecycle rules for a bucket.
161
162
+ WriteBucketLifecycleRules
163
}
164
0 commit comments