website: remove uppy server notice (#1780)

This commit is contained in:
Renée Kooi 2019-08-14 18:53:15 +02:00 committed by Artur Paikin
parent b44bc21c09
commit bf534c68f5

View file

@ -9,8 +9,6 @@ category: 'Docs'
tagline: Server-side proxy that enables remote sources like Instagram, Google Drive, S3
---
> Companion was previously known as Uppy Server. It was renamed in v0.14.0.
Drag and drop, webcam, basic file manipulation (adding metadata, for example) and uploading via tus-resumable uploads or XHR/Multipart are all possible using just the Uppy client module.
However, if you add [Companion](https://github.com/transloadit/uppy/tree/master/packages/@uppy/companion) to the mix, your users will be able to select files from remote sources, such as Instagram, Google Drive and Dropbox, bypassing the client (so a 5 GB video isnt eating into your users data plans), and then uploaded to the final destination. Files are removed from Companion after an upload is complete, or after a reasonable timeout. Access tokens also dont stick around for long, for security reasons.