Skip to content

Commit

Permalink
less worry (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
  • Loading branch information
mifi and Murderlon authored Jan 17, 2025
1 parent a97737f commit 82a4e5e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/uploader/transloadit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ Not sure which uploader is best for you? Read
Transloadit’s strength is versatility. By doing video, audio, images, documents,
and more, you only need one vendor for [all your file processing
needs][transloadit-services]. The `@uppy/transloadit` plugin directly uploads to
Transloadit so you only have to worry about creating a
[Template][transloadit-concepts]. Transloadit accepts the files, processes
according to the instructions in the Template, and stores the results in storage
of your choosing, such as a self-owned S3 bucket. The Transloadit plugin uses
[Tus](/docs/tus) under the hood so you don’t have to sacrifice reliable,
resumable uploads.
Transloadit so you don’t have to worry about setting up and maintaining your own
servers, all you have to do is create a [Template][transloadit-concepts] that
describes what should happen to the uploaded files. Transloadit accepts the
files, processes according to the instructions in the Template, and stores the
results in storage of your choosing, such as a self-owned S3 bucket. The
Transloadit plugin uses [Tus](/docs/tus) under the hood so you don’t have to
sacrifice reliable, resumable uploads.

You should use `@uppy/transloadit` if you don’t want to host your own Tus or
Companion servers, (optionally) need file processing, and store it in the
Expand Down

0 comments on commit 82a4e5e

Please sign in to comment.