-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Configuring S3 (or compatible object storage) as Primary Storage #1134
Comments
Hi, Does this already take effect during the nextcloud installation as part of the container initialization? Cheers Roger |
This was
linked to
pull requests
Aug 21, 2020
pierreozoux
added a commit
that referenced
this issue
Aug 28, 2020
closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <[email protected]> Co-authored-by: Stephen Cuppett <[email protected]>
pierreozoux
added a commit
that referenced
this issue
Aug 28, 2020
closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <[email protected]> Co-authored-by: Stephen Cuppett <[email protected]>
pierreozoux
added a commit
that referenced
this issue
Aug 28, 2020
closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <[email protected]> Co-authored-by: Stephen Cuppett <[email protected]>
pierreozoux
added a commit
that referenced
this issue
Aug 29, 2020
…1227) * Adds ability to configure S3 object stores via environment variables closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <[email protected]> Co-authored-by: Stephen Cuppett <[email protected]> * Update .config/s3.config.php Co-authored-by: Adam Jenkins <[email protected]> Co-authored-by: Stephen Cuppett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A way to configure an S3 bucket as primary storage, as per Configuring Object Storage as Primary Storage.
I have an example project using the 18-fpm-alpine image source, available here, including a
docker-compose.yml
and Kubernetes files that use Minio as the S3-based back-end.Mainly, I'm looking to bring in the
primary-object-storage.config.php
config file I've created in my test project, updateREADME.md
, and optionally add an exampledocker-compose.yml
that uses Minio. I can do the actual legwork of getting the PR up, but just looking for best development practices here. Or I can just dive in and make the PR as best I can if that's fine.The text was updated successfully, but these errors were encountered: