mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Lyve Cloud v2 no longer provides a shared S3 endpoint like v1 did. Instead, each customer receives a unique, reseller-specific endpoint. To reflect this change, the S3 backend now requires users to manually enter their endpoint when selecting Lyve Cloud as a provider. Previously, users selected from a list of hardcoded Lyve Cloud v1 endpoints. This was not compatible with Lyve Cloud v2 accounts and could cause confusion or misconfiguration. This change: - Removes outdated pre-defined endpoint selection for Lyve Cloud - Requires users to provide their own endpoint - Adds a format example to guide correct usage Before: Users selected a fixed endpoint from a list (v1 only) After: Users must input their own endpoint (v2-compatible)