rclone/backend
Erik Swanson fa0a1e7261 s3: fix role_arn, credential_source, ...
When the env_auth option is enabled, the AWS SDK's session constructor
now loads configuration from ~/.aws/config and environment variables,
and credentials per the selected (or default) AWS_PROFILE's settings.

This is accomplished by **NOT** including any Credential provider in the
aws.Config passed to the session constructor: If the Config.Credentials
is non-nil, that will always be used and the user's configuration re
role_arn, credential_source, source_profile, etc... from the shared
config will be completely ignored.

(The conditional creation and configuration of the stscreds Credential
provider is complicated enough that it is not worth re-creating that
logic.)
2018-11-08 12:58:23 +00:00
..
alias backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00
all union: Implement union backend which reads from multiple backends 2018-09-07 15:14:08 +01:00
amazonclouddrive acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver 2018-10-14 14:41:26 +01:00
azureblob vendor: update to latest versions of everything 2018-10-25 17:06:33 +01:00
b2 azureblob, b2, drive: implement set upload cutoff for chunked upload tests 2018-10-13 22:49:12 +01:00
box acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver 2018-10-14 14:41:26 +01:00
cache cache: make tests not start an rc but use the internal framework 2018-11-04 15:11:51 +00:00
crypt crypt: ensure integration tests run correctly when -remote is set 2018-10-23 17:12:38 +01:00
drive drive, s3: review hidden config items 2018-10-13 23:30:13 +01:00
dropbox backend: add fstests.ChunkedUploadConfig 2018-10-11 14:47:58 +01:00
ftp ftp: add a small pause after failed upload before deleting file #2517 2018-09-17 08:51:50 +01:00
googlecloudstorage googlecloudstorage: fix service_account_file been ignored - Fixes #2523 2018-09-04 15:31:20 +01:00
http Implement new backend config system 2018-07-16 21:20:47 +01:00
hubic hubic: retry auth fetching if it fails to make hubic more reliable 2018-09-04 21:00:36 +01:00
jottacloud jottacloud: fix bug in --fast-list handing of empty folders - fixes #2650 2018-10-17 13:58:36 +01:00
local docs: move documentation for options from docs/content into backends 2018-10-06 11:47:46 +01:00
mega docs: move documentation for options from docs/content into backends 2018-10-06 11:47:46 +01:00
onedrive acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver 2018-10-14 14:41:26 +01:00
opendrive opendrive: fix retries of upload chunks - fixes #2646 2018-10-25 11:50:38 +01:00
pcloud acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver 2018-10-14 14:41:26 +01:00
qingstor azureblob,b2,qingstor,s3,swift: remove leading / from paths - fixes #2484 2018-08-26 23:19:28 +01:00
s3 s3: fix role_arn, credential_source, ... 2018-11-08 12:58:23 +00:00
sftp sftp: Ensure file hash checking is really disabled 2018-10-23 12:03:50 +01:00
swift backend: add fstests.ChunkedUploadConfig 2018-10-11 14:47:58 +01:00
union union: fix --backup-dir on union backend 2018-10-14 15:19:02 +01:00
webdav change spaces to tab 2018-11-02 09:50:34 +00:00
yandex Remove redundant nil checks 2018-10-14 00:19:35 +01:00