mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
* refactor cors middleware to avoid duplicates * Make more ACAH headers default Add the following headers to access-control-allow-headers by default: Authorization, Origin, Content-Type, Accept They are needed for basic operation. See https://github.com/transloadit/uppy/issues/3021 therefore also remove custom middlewares in examples and standalone * Update outdated readme for S3 AWS now requires JSON instead of XML format * Update packages/@uppy/companion/src/server/middlewares.js Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> * Update packages/@uppy/companion/src/server/middlewares.js Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> * fix review comments Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> |
||
|---|---|---|
| .. | ||
| client | ||
| output | ||
| server | ||
| .gitignore | ||
| babel.config.js | ||
| index.html | ||
| package.json | ||
| readme.md | ||
Uppy + Companion + Custom Provider Example
This example uses @uppy/companion with a dummy custom provider. This serves as an illustration on how integrating custom providers would work
Run it
To run this example, make sure you've correctly installed the repository root:
npm install
npm run build
That will also install the dependencies for this example.
Then, again in the repository root, start this example by doing:
npm run example custom-provider