nginx-ts-module
nginx-ts-module copied to clipboard
How can I use S3 Bucket with nginx ts module
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
Perhaps you can use s3fs, then you should be able to mount an S3 bucket on the file system.
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