uppy/packages
Renée Kooi d191703595
companion: allow providing any S3 option, closes #1388 (#2030)
* companion: allow providing any S3 option, closes #1388

Now you can configure any S3 option listed in
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property.

It adds a warning about the official S3 names `accessKeyId` and
`secretAccessKey` because you should use the Companion-style names `key`
and `secret` instead.

* companion: use awsClientOptions property for Aws SDK config

* companion: also reject keys inside awsClientOptions

* should keep the checks next to each other

* companion: first check if awsClientOptions isnt null
2020-03-04 14:01:59 +01:00
..
@uppy companion: allow providing any S3 option, closes #1388 (#2030) 2020-03-04 14:01:59 +01:00
uppy Release 2020-02-26 10:41:36 +01:00