nginx-ts-module icon indicating copy to clipboard operation
nginx-ts-module copied to clipboard

How can I use S3 Bucket with nginx ts module

Open NabiNeamati opened this issue 5 years ago • 2 comments

hello everybody, I want to save the output of ts files in my s3 bucket instead of /var/media/ts

please help me if it's possible if not, any suggestion welcomed

NabiNeamati avatar Apr 17 '20 10:04 NabiNeamati

Perhaps you can use s3fs, then you should be able to mount an S3 bucket on the file system.

bhjortsberg avatar Apr 19 '20 12:04 bhjortsberg

It's not a good idea to write on the network file system. You will get many i/o errors on the way and this will sometimes result in nginx outage. You should copy the chunks to s3 manually using file watcher for example

mordka avatar Jun 14 '20 11:06 mordka