mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
7511b6f4f1
Including the bucket name as part of the `fileNamePrefix` passed to `b2_get_download_authorization` results in a link valid for objects that have the bucket name as part of the object path; e.g., rclone link :b2:some-bucket/some-file would result in a public link valid for the object `some-bucket/some-file` in the `some-bucket` bucket (in rclone-remote parlance, `:b2:some-bucket/some-bucket/some-file`). This will almost certainly result in a broken link. The B2 docs don't explicitly specify this behavior, but the example given for `fileNamePrefix` provides some clarification. See https://www.backblaze.com/b2/docs/b2_get_download_authorization.html. |
||
---|---|---|
.. | ||
api | ||
b2_internal_test.go | ||
b2_test.go | ||
b2.go | ||
upload.go |