mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 13:30:31 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| aws-s3 | ||
| aws-s3-multipart | ||
| companion | ||
| companion-client | ||
| core | ||
| dashboard | ||
| drag-drop | ||
| dropbox | ||
| file-input | ||
| form | ||
| golden-retriever | ||
| google-drive | ||
| informer | ||
| locales | ||
| onedrive | ||
| progress-bar | ||
| provider-views | ||
| react | ||
| react-native | ||
| redux-dev-tools | ||
| robodog | ||
| status-bar | ||
| store-default | ||
| store-redux | ||
| thumbnail-generator | ||
| transloadit | ||
| tus | ||
| url | ||
| utils | ||
| webcam | ||
| xhr-upload | ||