Eleven-am / frames

Frames is a VOD streaming service built with react and NextJs around the Google Drive API.
Mozilla Public License 2.0
41 stars 28 forks source link

[Feature Request] Add S3 compatible storage option instead of Google Drive #4

Open orgildinio opened 2 years ago

orgildinio commented 2 years ago

Google Drive is pretty good until you hit storage limit or they delete all of your video (DMCA or whatever) It would be nice to add S3 compatible storage, and use with secure connection.

Eleven-am commented 2 years ago

Google drive is leaps and bound cheaper than S3, This application does not support piracy it is useful for your ripped media or your own media. A DMCA shouldn't be a problem. It is however easy to add S3. The file reader class is an abstract class that can be implemented with any cloud system and modified.

I welcome you to make the necessary modifications. I would only ask that I get a copy of this modification so it can be made available to other users of the project