backblaze icon indicating copy to clipboard operation
backblaze copied to clipboard

fix: Allowed Capabilities with newly generated api keys

Open clFaster opened this issue 8 months ago • 0 comments

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: Added ReadBucketLogging and WriteBucketLogging to 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

clFaster avatar May 08 '25 09:05 clFaster