backblaze
backblaze copied to clipboard
fix: Allowed Capabilities with newly generated api keys
This pull request introduces a small change to the Capability enum in src/Client/Models/Enums/Capability.cs. Two new capabilities related to bucket logging have been added.
-
Capability.cs: AddedReadBucketLoggingandWriteBucketLoggingto represent permissions for reading and writing bucket logging information, respectively.
These two Capabilities are added now per default when creating an API-Key in BackBlaze UI
Related issue #41