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

File Storage Engine Choice #53

Merged
merged 3 commits into from
Mar 3, 2022
Merged

File Storage Engine Choice #53

merged 3 commits into from
Mar 3, 2022

Conversation

millmanw
Copy link
Contributor

@millmanw millmanw commented Mar 3, 2022

Adding the configuration and engine integration to allow the Zulia administration to choose to store media files in S3 rather than GridFS

@mdavis95 mdavis95 merged commit d51cced into zuliaio:main Mar 3, 2022
@mdavis95
Copy link
Contributor

mdavis95 commented Mar 3, 2022

Sample config

{
	"dataPath":"/data/zulia",
	"cluster":true,
	"clusterStorageEngine":"s3",
	"s3": {
		"s3BucketName":"someBucket",
		"region":"someRegion"
	}
}

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

Successfully merging this pull request may close these issues.

2 participants