b2
b2 copied to clipboard
Fix for changes to b2_authorize_account and b2_list_buckets.
Due to changes to Backblazes api, you need to use the Application Key ID to authorize an account but still use the AccountID to list buckets. Also, you have to specific the name of the bucket if the authorization key restricts access to one bucket or you will get "unauthorized" returned.
This PR fixes these issues.
Coverage remained the same at ?% when pulling 1ae8d9b78db902ffb6bfeb178139bd50815eeb2f on clgillis:master into b197f7a2c317098d18afe80f0d6789782d52a090 on FiloSottile:master.
@FiloSottile Any chance you can take a look at this? I can confirm that this fixes the issue for me.