mirror of
https://github.com/rclone/rclone.git
synced 2026-06-29 02:15:02 -04:00
Run still uses a fresh local directory as the backing Fs that the server wraps. RunWithBackend takes an extra remote name (e.g. "TestS3Minio:") and uses a random subdirectory of that remote instead, starting the matching fstest/testserver/init.d script on the way in and tearing it down on the way out. AuthProxy is only run for the local backend.