1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/fs/fspath
Nick Craig-Wood 8656bd2bb0 fs: Allow on the fly remotes with :backend: syntax - fixes #2449
This change allows remotes to be created on the fly without a config
file by using the remote type prefixed with a : as the remote name, Eg
:s3: to make an s3 remote.

This assumes the user is supplying the backend config via command line
flags or environment variables.
2018-08-26 17:59:31 +01:00
..
path_test.go fs: Allow on the fly remotes with :backend: syntax - fixes #2449 2018-08-26 17:59:31 +01:00
path.go fs: Allow on the fly remotes with :backend: syntax - fixes #2449 2018-08-26 17:59:31 +01:00