mirror of
https://github.com/rclone/rclone.git
synced 2026-03-01 10:51:11 +00:00
Avoids blindly trying to create the segments container, which can fail if the authentication credentials don't allow container creates or updates. Fixes #1769