rclone/backend/swift
Nick Craig-Wood 842ed7d2a9 swift: make it so just storage_url or auth_token can be overidden
Before this change if only one of storage_url or auth_token were
supplied then rclone would overwrite both of them when authenticating.
This effectively meant you could supply both of them or none of them
only.

Now rclone still does the authentication to read the missing
storage_url or auth_token then afterwards re-writes the auth_token or
storage_url back to what the user desired.

Fixes #2464
2018-08-26 21:54:50 +01:00
..
auth.go build: mask linter errors we can't fix 2018-05-05 17:32:41 +01:00
swift.go swift: make it so just storage_url or auth_token can be overidden 2018-08-26 21:54:50 +01:00
swift_internal_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
swift_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00