mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 17:29:43 +00:00
| Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/aws-s3 | 4.0.1 | uppy | 4.0.5 | | @uppy/xhr-upload | 4.0.2 | | | - @uppy/aws-s3: use default `Body` generic & export `AwsBody` (Merlijn Vos / #5353) - @uppy/xhr-upload: bring back getResponseData (Merlijn Vos / #5354) - @uppy/aws-s3: only send `PartNumber` and `ETag` in completion request (Antoine du Hamel / #5356) |
||
|---|---|---|
| .. | ||
| index.html | ||
| package.json | ||
| README.md | ||
CDN example
To run the example, open the index.html file in your browser.
If you want to spawn a local webserver, you can use the following commands (requires Deno, Python, or PHP):
corepack yarn install
corepack yarn workspace @uppy-example/cdn dev