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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

logiclrd
Copy link

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

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.

1 participant