Skip to content

Use AWS S3 on AVideo Platform

Daniel Neto edited this page Oct 28, 2020 · 5 revisions

Configure S3

Basically the plugin works with any S3 storage compatible.

Details:

  • Only videos will be saved on S3, all images will be saved locally.
  • Dummy video with 10 bytes will be locally saved, for system reference only.

Configure S3

  1. Log into your console and go to the S3 tool and click create a bucket.
  2. Create a user with credentials who has permissions to read/write to this new bucket. Also, add AmazonS3FullAccess policy for the AWS user.
  3. Record your Access Key ID and show your secret access key.
  4. Make sure you grab the correct region from this doc

If you are using Amazon S3 the endpoint must be blank. endpoint is only for third parties S3 companies.

Enable your AWS_S3 plugin

Edit the plugin parameters

Add the credentials into the plugin fields

Details for Wasabi S3

https://github.com/WWBN/AVideo/wiki/How-do-I-use-the-AWS-S3-plugin-with-Wasabi

Clone this wiki locally