Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing Capability enum values #26

Conversation

logiclrd
Copy link
Contributor

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
Copy link
Contributor Author

logiclrd commented Jul 6, 2024

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

@fatderda
Copy link

fatderda commented Oct 5, 2024

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!

@logiclrd
Copy link
Contributor Author

logiclrd commented Oct 6, 2024

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

@microcompiler microcompiler merged commit 49dc556 into microcompiler:master Oct 6, 2024
@logiclrd
Copy link
Contributor Author

logiclrd commented Oct 8, 2024

:-o :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants