b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Fix for changes to b2_authorize_account and b2_list_buckets.

Open clgillis opened this issue 7 years ago • 2 comments

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.

clgillis avatar Sep 13 '18 15:09 clgillis

Coverage Status

Coverage remained the same at ?% when pulling 1ae8d9b78db902ffb6bfeb178139bd50815eeb2f on clgillis:master into b197f7a2c317098d18afe80f0d6789782d52a090 on FiloSottile:master.

coveralls avatar Sep 13 '18 15:09 coveralls

@FiloSottile Any chance you can take a look at this? I can confirm that this fixes the issue for me.

aviau avatar Jan 03 '21 07:01 aviau