Skip to content

Commit 3b1f802

Browse files
Merge pull request #44 from khvatskyi/master
Added missing capabilities: ReadBucketLifecycleRules, WriteBucketLifecycleRules
2 parents e426a3d + b80c732 commit 3b1f802

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/Client/Models/Enums/Capability.cs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ public enum Capability
149149
/// <summary>
150150
/// Permission to write bucket logging information.
151151
/// </summary>
152-
WriteBucketLogging
152+
WriteBucketLogging,
153+
154+
/// <summary>
155+
/// Permission to read the lifecycle rules for a bucket.
156+
/// </summary>
157+
ReadBucketLifecycleRules,
158+
159+
/// <summary>
160+
/// Permission to write the lifecycle rules for a bucket.
161+
/// </summary>
162+
WriteBucketLifecycleRules
153163
}
154164
}

0 commit comments

Comments
 (0)