backblaze icon indicating copy to clipboard operation
backblaze copied to clipboard

Add missing Capability enum values

Open logiclrd opened this issue 1 year ago • 1 comments

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:

  • ReadBucketNotifications
  • WriteBucketNotifications

I wonder also if there is some way to make the current structure of the code resilient to future changes of this type...

logiclrd avatar May 24 '24 09:05 logiclrd

@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? :-)

logiclrd avatar Jul 06 '24 13:07 logiclrd

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!

fatderda avatar Oct 05 '24 09:10 fatderda

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

logiclrd avatar Oct 06 '24 01:10 logiclrd

:-o :-D

logiclrd avatar Oct 08 '24 06:10 logiclrd