diff --git a/b2/b2.go b/b2/b2.go index 118deb175..192757943 100644 --- a/b2/b2.go +++ b/b2/b2.go @@ -29,7 +29,7 @@ import ( ) const ( - defaultEndpoint = "https://api.backblaze.com" + defaultEndpoint = "https://api.backblazeb2.com" headerPrefix = "x-bz-info-" // lower case as that is what the server returns timeKey = "src_last_modified_millis" timeHeader = headerPrefix + timeKey