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 #2

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

logiclrd
Copy link
Owner

This is a copy of microcompiler#26, because the upstream project isn't responding.

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 logiclrd merged commit c3274f3 into master Sep 10, 2024
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