Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use S3 Bucket with nginx ts module #47

Open
NabiNeamati opened this issue Apr 17, 2020 · 2 comments
Open

How can I use S3 Bucket with nginx ts module #47

NabiNeamati opened this issue Apr 17, 2020 · 2 comments

Comments

@NabiNeamati
Copy link

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

@bhjortsberg
Copy link

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

@mordka
Copy link

mordka commented Jun 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants