3 Commits

Author SHA1 Message Date
Oliver de Sousa
c3a989fcd3 Trimmed whitespace for AWS S3 credentials
If you input a name/key to a bucket with a trailing whitespace, it will
respect that trailing whitespace but will then fail to find the bucket.

To resolve this, added a util function to check if it's a string. If so
it will apply the `trim()` function to remove any unwanted whitespace,
else it will return `undefined`.
2019-07-04 09:56:38 +01:00
Christian Danheimer Furedal
190b3c8622
Added missing region eu-north-1 (Stockholm) 2019-01-29 15:32:53 +01:00
Jim LAURIE
404afec5de Prefix providers 2018-10-19 09:26:09 +02:00