diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 1728559d6..2bec3cee3 100644
--- a/BUNDLE-README.md
+++ b/BUNDLE-README.md
@@ -1,7 +1,7 @@
# Uppy
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use
-this from a CDN (``) or bundle it with your webapp.
+this from a CDN (``) or bundle it with your webapp.
Note that the recommended way to use Uppy is to install it with yarn/npm and use a
bundler like Webpack so that you can create a smaller custom build with only the
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc1ddc33..5336ee9a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,54 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 3.7.0
+
+Released: 2023-04-04
+
+| Package | Version | Package | Version |
+| ---------------------- | ------- | ---------------------- | ------- |
+| @uppy/aws-s3 | 3.0.6 | @uppy/status-bar | 3.1.0 |
+| @uppy/aws-s3-multipart | 3.1.3 | @uppy/transloadit | 3.1.2 |
+| @uppy/companion | 4.4.0 | @uppy/tus | 3.0.6 |
+| @uppy/companion-client | 3.1.2 | @uppy/unsplash | 3.2.0 |
+| @uppy/core | 3.1.2 | @uppy/url | 3.3.0 |
+| @uppy/dashboard | 3.3.2 | @uppy/utils | 5.2.0 |
+| @uppy/locales | 3.1.0 | @uppy/xhr-upload | 3.1.1 |
+| @uppy/provider-views | 3.2.0 | uppy | 3.7.0 |
+| @uppy/react | 3.1.1 | | |
+
+- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: make sure that we reset serverToken when an upload fails (Mikael Finstad / #4376)
+- @uppy/aws-s3-multipart: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
+- @uppy/aws-s3: Update types (Minh Hieu / #4294)
+- @uppy/companion-client: do not open socket more than once (Artur Paikin)
+- @uppy/companion: add `service: 'companion'` to periodic ping (Mikael Finstad / #4383)
+- @uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365)
+- @uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382)
+- @uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320)
+- @uppy/companion: allow local ips when testing (Mikael Finstad / #4328)
+- @uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362)
+- @uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330)
+- @uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372)
+- @uppy/core: fix bug with `setOptions` (Nguyễn bảo Trung / #4350)
+- @uppy/locales: locales: add es_MX (Kevin van Zonneveld / #4393)
+- @uppy/locales: locales: add hi_IN (Kevin van Zonneveld / #4391)
+- @uppy/provider-views: fix race condition when adding folders (Mikael Finstad / #4384)
+- @uppy/provider-views: UI: Use form attribite with a form in doc root to prevent outer form submit (Artur Paikin / #4283)
+- @uppy/transloadit: fix socket error message (Artur Paikin / #4352)
+- @uppy/tus: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
+- meta: add version info in the bundlers CI (Antoine du Hamel / #4386)
+- meta: deploy to Heroku on every companion commit (Mikael Finstad / #4367)
+- meta: example: migrate `redux` to ESM (Antoine du Hamel / #4158)
+- meta: fix all ESLint warnings and turn them into errors (Antoine du Hamel / #4398)
+- meta: fixup! website: update links to work under the new URL (Antoine du Hamel / #4371)
+- meta: remove duplicate outdated OSS support docs (Mikael Finstad, Artur Paikin / #4364)
+- meta: use overrides to make sure no uppy package is fetch from npm (Antoine du Hamel / #4395)
+- website: add a deprecation notice and a link to the new website (Antoine du Hamel / #4370)
+- website: fix home page (Antoine du Hamel)
+- website: Remove the website (Merlijn Vos / #4369)
+- website: update links to work under the new URL (Antoine du Hamel / #4371)
+
+
## 3.6.1
Released: 2023-03-07
diff --git a/README.md b/README.md
index d57b42ea7..e2e268437 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ const uppy = new Uppy()
npm install @uppy/core @uppy/dashboard @uppy/tus
```
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.6.1/uppy.min.css), either to your HTML page’s `
` or include in JS, if your bundler of choice supports it.
+Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.7.0/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it.
Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
@@ -75,12 +75,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg
```html
-
+
+
```
## FAQ
@@ -249,21 +249,21 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[github-actions\[bot\]](https://github.com/apps/github-actions) |[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[richardwillars](https://github.com/richardwillars) |[ajkachnic](https://github.com/ajkachnic) |[dependabot\[bot\]](https://github.com/apps/dependabot) |
-[ ](https://github.com/zcallan) |[ ](https://github.com/tim-kos) |[ ](https://github.com/YukeshShr) |[ ](https://github.com/janko) |[ ](https://github.com/wilkoklak) |[ ](https://github.com/oliverpool) |
+[ ](https://github.com/zcallan) |[ ](https://github.com/YukeshShr) |[ ](https://github.com/janko) |[ ](https://github.com/wilkoklak) |[ ](https://github.com/oliverpool) |[ ](https://github.com/Botz) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[zcallan](https://github.com/zcallan) |[tim-kos](https://github.com/tim-kos) |[YukeshShr](https://github.com/YukeshShr) |[janko](https://github.com/janko) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |
+[zcallan](https://github.com/zcallan) |[YukeshShr](https://github.com/YukeshShr) |[janko](https://github.com/janko) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |
-[ ](https://github.com/Botz) |[ ](https://github.com/mcallistertyler) |[ ](https://github.com/mokutsu-coursera) |[ ](https://github.com/DJWassink) |[ ](https://github.com/timodwhit) |[ ](https://github.com/taoqf) |
+[ ](https://github.com/mcallistertyler) |[ ](https://github.com/mokutsu-coursera) |[ ](https://github.com/DJWassink) |[ ](https://github.com/timodwhit) |[ ](https://github.com/taoqf) |[ ](https://github.com/mrbatista) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Botz](https://github.com/Botz) |[mcallistertyler](https://github.com/mcallistertyler) |[mokutsu-coursera](https://github.com/mokutsu-coursera) |[DJWassink](https://github.com/DJWassink) |[timodwhit](https://github.com/timodwhit) |[taoqf](https://github.com/taoqf) |
+[mcallistertyler](https://github.com/mcallistertyler) |[mokutsu-coursera](https://github.com/mokutsu-coursera) |[DJWassink](https://github.com/DJWassink) |[timodwhit](https://github.com/timodwhit) |[taoqf](https://github.com/taoqf) |[mrbatista](https://github.com/mrbatista) |
-[ ](https://github.com/mrbatista) |[ ](https://github.com/tuoxiansp) |[ ](https://github.com/dominiceden) |[ ](https://github.com/elenalape) |[ ](https://github.com/mejiaej) |[ ](https://github.com/gavboulton) |
+[ ](https://github.com/tim-kos) |[ ](https://github.com/eltociear) |[ ](https://github.com/tuoxiansp) |[ ](https://github.com/dominiceden) |[ ](https://github.com/elenalape) |[ ](https://github.com/mejiaej) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mrbatista](https://github.com/mrbatista) |[tuoxiansp](https://github.com/tuoxiansp) |[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |[mejiaej](https://github.com/mejiaej) |[gavboulton](https://github.com/gavboulton) |
+[tim-kos](https://github.com/tim-kos) |[eltociear](https://github.com/eltociear) |[tuoxiansp](https://github.com/tuoxiansp) |[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |[mejiaej](https://github.com/mejiaej) |
-[ ](https://github.com/eltociear) |[ ](https://github.com/Hawxy) |[ ](https://github.com/juliangruber) |[ ](https://github.com/bertho-zero) |[ ](https://github.com/LiviaMedeiros) |[ ](https://github.com/tranvansang) |
+[ ](https://github.com/gavboulton) |[ ](https://github.com/Hawxy) |[ ](https://github.com/juliangruber) |[ ](https://github.com/bertho-zero) |[ ](https://github.com/LiviaMedeiros) |[ ](https://github.com/tranvansang) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[eltociear](https://github.com/eltociear) |[Hawxy](https://github.com/Hawxy) |[juliangruber](https://github.com/juliangruber) |[bertho-zero](https://github.com/bertho-zero) |[LiviaMedeiros](https://github.com/LiviaMedeiros) |[tranvansang](https://github.com/tranvansang) |
+[gavboulton](https://github.com/gavboulton) |[Hawxy](https://github.com/Hawxy) |[juliangruber](https://github.com/juliangruber) |[bertho-zero](https://github.com/bertho-zero) |[LiviaMedeiros](https://github.com/LiviaMedeiros) |[tranvansang](https://github.com/tranvansang) |
[ ](https://github.com/ap--) |[ ](https://github.com/MikeKovarik) |[ ](https://github.com/pauln) |[ ](https://github.com/toadkicker) |[ ](https://github.com/ofhope) |[ ](https://github.com/johnnyperkins) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -401,77 +401,81 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[marcusforsberg](https://github.com/marcusforsberg) |[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |
-[ ](https://github.com/matthewhartstonge) |[ ](https://github.com/mauricioribeiro) |[ ](https://github.com/hrsh) |[ ](https://github.com/mhulet) |[ ](https://github.com/mkopinsky) |[ ](https://github.com/achmiral) |
+[ ](https://github.com/matthewhartstonge) |[ ](https://github.com/mauricioribeiro) |[ ](https://github.com/hrsh) |[ ](https://github.com/mhulet) |[ ](https://github.com/mkopinsky) |[ ](https://github.com/ken-kuro) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |
+[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[ken-kuro](https://github.com/ken-kuro) |
-[ ](https://github.com/boudra) |[ ](https://github.com/mnafees) |[ ](https://github.com/shahimclt) |[ ](https://github.com/mogzol) |[ ](https://github.com/navruzm) |[ ](https://github.com/marton-laszlo-attila) |
+[ ](https://github.com/achmiral) |[ ](https://github.com/boudra) |[ ](https://github.com/mnafees) |[ ](https://github.com/shahimclt) |[ ](https://github.com/mogzol) |[ ](https://github.com/navruzm) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[mogzol](https://github.com/mogzol) |[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |
+[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[mogzol](https://github.com/mogzol) |[navruzm](https://github.com/navruzm) |
-[ ](https://github.com/pleasespammelater) |[ ](https://github.com/naveed-ahmad) |[ ](https://github.com/nicojones) |[ ](https://github.com/coreprocess) |[ ](https://github.com/nil1511) |[ ](https://github.com/leftdevel) |
+[ ](https://github.com/marton-laszlo-attila) |[ ](https://github.com/pleasespammelater) |[ ](https://github.com/naveed-ahmad) |[ ](https://github.com/trungcva10a6tn) |[ ](https://github.com/nicojones) |[ ](https://github.com/coreprocess) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |
+[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[trungcva10a6tn](https://github.com/trungcva10a6tn) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |
-[ ](https://github.com/Ozodbek1405) |[ ](https://github.com/cryptic022) |[ ](https://github.com/pascalwengerter) |[ ](https://github.com/patricklindsay) |[ ](https://github.com/plneto) |[ ](https://github.com/pedrofs) |
+[ ](https://github.com/nil1511) |[ ](https://github.com/leftdevel) |[ ](https://github.com/Ozodbek1405) |[ ](https://github.com/cryptic022) |[ ](https://github.com/pascalwengerter) |[ ](https://github.com/patricklindsay) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[pascalwengerter](https://github.com/pascalwengerter) |[patricklindsay](https://github.com/patricklindsay) |[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |
+[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[pascalwengerter](https://github.com/pascalwengerter) |[patricklindsay](https://github.com/patricklindsay) |
-[ ](https://github.com/pmusaraj) |[ ](https://github.com/phillipalexander) |[ ](https://github.com/ppadmavilasom) |[ ](https://github.com/Pzoco) |[ ](https://github.com/eman8519) |[ ](https://github.com/luarmr) |
+[ ](https://github.com/plneto) |[ ](https://github.com/pedrofs) |[ ](https://github.com/pmusaraj) |[ ](https://github.com/phillipalexander) |[ ](https://github.com/ppadmavilasom) |[ ](https://github.com/Pzoco) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |
+[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |
-[ ](https://github.com/raulibanez) |[ ](https://github.com/refo) |[ ](https://github.com/SxDx) |[ ](https://github.com/robwilson1) |[ ](https://github.com/scherroman) |[ ](https://github.com/rossng) |
+[ ](https://github.com/eman8519) |[ ](https://github.com/luarmr) |[ ](https://github.com/raulibanez) |[ ](https://github.com/refo) |[ ](https://github.com/SxDx) |[ ](https://github.com/robwilson1) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |
+[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |
-[ ](https://github.com/rart) |[ ](https://github.com/fortunto2) |[ ](https://github.com/samuelcolburn) |[ ](https://github.com/scottbessler) |[ ](https://github.com/sebasegovia01) |[ ](https://github.com/sergei-zelinsky) |
+[ ](https://github.com/scherroman) |[ ](https://github.com/rossng) |[ ](https://github.com/rart) |[ ](https://github.com/fortunto2) |[ ](https://github.com/samuelcolburn) |[ ](https://github.com/scottbessler) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[scottbessler](https://github.com/scottbessler) |[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |
+[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[scottbessler](https://github.com/scottbessler) |
-[ ](https://github.com/szh) |[ ](https://github.com/SpazzMarticus) |[ ](https://github.com/schonert) |[ ](https://github.com/waptik) |[ ](https://github.com/amaitu) |[ ](https://github.com/steverob) |
+[ ](https://github.com/sebasegovia01) |[ ](https://github.com/sergei-zelinsky) |[ ](https://github.com/szh) |[ ](https://github.com/SpazzMarticus) |[ ](https://github.com/schonert) |[ ](https://github.com/waptik) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[schonert](https://github.com/schonert) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |
+[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[schonert](https://github.com/schonert) |[waptik](https://github.com/waptik) |
-[ ](https://github.com/sjauld) |[ ](https://github.com/strayer) |[ ](https://github.com/taj) |[ ](https://github.com/Tashows) |[ ](https://github.com/twarlop) |[ ](https://github.com/tmaier) |
+[ ](https://github.com/amaitu) |[ ](https://github.com/steverob) |[ ](https://github.com/sjauld) |[ ](https://github.com/strayer) |[ ](https://github.com/taj) |[ ](https://github.com/Tashows) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |
+[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |
-[ ](https://github.com/WIStudent) |[ ](https://github.com/tomsaleeba) |[ ](https://github.com/tomekp) |[ ](https://github.com/tvaliasek) |[ ](https://github.com/vially) |[ ](https://github.com/valentinoli) |
+[ ](https://github.com/twarlop) |[ ](https://github.com/tmaier) |[ ](https://github.com/WIStudent) |[ ](https://github.com/tomsaleeba) |[ ](https://github.com/tomekp) |[ ](https://github.com/tvaliasek) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |
+[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |
-[ ](https://github.com/nagyv) |[ ](https://github.com/dwnste) |[ ](https://github.com/weston-sankey-mark43) |[ ](https://github.com/willycamargo) |[ ](https://github.com/xhocquet) |[ ](https://github.com/YehudaKremer) |
+[ ](https://github.com/vially) |[ ](https://github.com/valentinoli) |[ ](https://github.com/nagyv) |[ ](https://github.com/dwnste) |[ ](https://github.com/weston-sankey-mark43) |[ ](https://github.com/willycamargo) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |
+[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |
-[ ](https://github.com/zachconner) |[ ](https://github.com/zacharylawson) |[ ](https://github.com/zackbloom) |[ ](https://github.com/sartoshi-foot-dao) |[ ](https://github.com/agreene-coursera) |[ ](https://github.com/alfatv) |
+[ ](https://github.com/xhocquet) |[ ](https://github.com/YehudaKremer) |[ ](https://github.com/zachconner) |[ ](https://github.com/zacharylawson) |[ ](https://github.com/zackbloom) |[ ](https://github.com/sartoshi-foot-dao) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |
+[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |
-[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |[ ](https://github.com/canvasbh) |[ ](https://github.com/christianwengert) |
+[ ](https://github.com/agreene-coursera) |[ ](https://github.com/alfatv) |[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |
+[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |
-[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/elliotsayes) |[ ](https://github.com/fingul) |[ ](https://github.com/franckl) |
+[ ](https://github.com/canvasbh) |[ ](https://github.com/christianwengert) |[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/elliotsayes) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[elliotsayes](https://github.com/elliotsayes) |[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |
+[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[elliotsayes](https://github.com/elliotsayes) |
-[ ](https://github.com/gaelicwinter) |[ ](https://github.com/green-mike) |[ ](https://github.com/hxgf) |[ ](https://github.com/johnmanjiro13) |[ ](https://github.com/sontixyou) |[ ](https://github.com/kode-ninja) |
+[ ](https://github.com/fingul) |[ ](https://github.com/franckl) |[ ](https://github.com/gaelicwinter) |[ ](https://github.com/green-mike) |[ ](https://github.com/hxgf) |[ ](https://github.com/johnmanjiro13) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |
+[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |
-[ ](https://github.com/jx-zyf) |[ ](https://github.com/magumbo) |[ ](https://github.com/mosi-kha) |[ ](https://github.com/ninesalt) |[ ](https://github.com/phil714) |[ ](https://github.com/luntta) |
+[ ](https://github.com/sontixyou) |[ ](https://github.com/kode-ninja) |[ ](https://github.com/jx-zyf) |[ ](https://github.com/magumbo) |[ ](https://github.com/mosi-kha) |[ ](https://github.com/ninesalt) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |
+[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |
-[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |[ ](https://github.com/rtaieb) |[ ](https://github.com/slawexxx44) |[ ](https://github.com/thanhthot) |[ ](https://github.com/tinny77) |
+[ ](https://github.com/phil714) |[ ](https://github.com/luntta) |[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |[ ](https://github.com/rtaieb) |[ ](https://github.com/slawexxx44) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) |
+[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |
-[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |[ ](https://github.com/yoann-hellopret) |[ ](https://github.com/olitomas) |[ ](https://github.com/JimmyLv) |
-:---: |:---: |:---: |:---: |:---: |
-[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
+[ ](https://github.com/thanhthot) |[ ](https://github.com/tinny77) |[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |[ ](https://github.com/yoann-hellopret) |[ ](https://github.com/olitomas) |
+:---: |:---: |:---: |:---: |:---: |:---: |
+[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |
+
+[ ](https://github.com/JimmyLv) |
+:---: |
+[JimmyLv](https://github.com/JimmyLv) |
diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html
index da036790c..4f64dd91f 100644
--- a/examples/aws-nodejs/public/drag.html
+++ b/examples/aws-nodejs/public/drag.html
@@ -3,7 +3,7 @@
Uppy
-
+