Uppy AWS S3 Plugin
Learn how to configure the Uppy AWS S3 Plugin for use with Filebase.
Last updated
Was this helpful?
Learn how to configure the Uppy AWS S3 Plugin for use with Filebase.
Last updated
Was this helpful?
Uppy is a module file uploader that fetches files from a local or external location and uploads them to a destination endpoint such as AWS S3. Uppy features a comprehensible API and a variety of modules and plugins for file manipulation and management. Uppy currently does not support Windows NPM environments. The Uppy API works closely with .
Read below to learn how to use Uppy AWS S3 Plugin with Filebase.
npm install @uppy/aws-s3
npm install @uppy/companion
Replace the following values to match your configuration:
FILEBASE_ACCESS_KEY: Filebase Access Key
FILEBASE_SECRET_KEY: Filebase Secret Key
PATH/TO/FILEBASE/SECRET/FILE: Path to Filebase credentials file if using a credentials file to store credentials instead of environment variables.
FILEBASE_BUCKET_NAME: Filebase Bucket Name
.app
method and pass an options object as a parameter with the following code:Replace the following values to match your configuration:
FILEBASE-ACCESS-KEY: Filebase Access Key
FILEBASE-SECRET-KEY: Filebase Secret Key
FILEBASE_BUCKET_NAME: Filebase Bucket Name