Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
93 stars 26 forks source link

Add s3ApiUrl to B2AccountAuthorization structure #153

Closed johnlcox closed 3 years ago

johnlcox commented 3 years ago

The b2_authorize_account API call includes the s3ApiUrl field in the response. This adds it to the JSON structure class. I tested this by using the SDK to make a b2_authorize_account call and confirmed it included the correct value for s3ApiUrl.