backblaze
backblaze copied to clipboard
Add missing Capability enum values
When I tried to use this library today, I encountered errors trying to authenticate. After bashing my head against the wall trying to figure out what I was doing on for some time, I finally determined that the cause was actually nothing I was doing wrong. The JSON returned by Backblaze in response to successful authentication includes a list of Capability codes, and Backblaze have evidently added a couple of new ones, and the code blows up if it encounters Capability codes it doesn't recognize.
This PR adds new Capability enum values for the new codes returned by Backblaze:
ReadBucketNotificationsWriteBucketNotifications
I wonder also if there is some way to make the current structure of the code resilient to future changes of this type...
@fritz-net @bytewizer @neildanson @mutiadavid @LuckyWraptor Tagging previous committers in this repository. Any chance I could get this and my other two PRs merged in? :-)
Thank you @logiclrd, this library only worked with your modifications regarding Capability.
This PR should really be merged for this to work with current Backblaze version!
I agree. I couldn't wait indefinitely with my project and published a NuGet package with the changes merged. If they get accepted and published in the future, it should be easy enough to switch back to the main package.
https://www.nuget.org/packages/DQD.Backblaze.Agent
:-o :-D