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

Configuring S3 (or compatible object storage) as Primary Storage #1134

Closed
nickistre opened this issue May 29, 2020 · 1 comment · Fixed by #1227
Closed

Configuring S3 (or compatible object storage) as Primary Storage #1134

nickistre opened this issue May 29, 2020 · 1 comment · Fixed by #1227

Comments

@nickistre
Copy link

nickistre commented May 29, 2020

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, update README.md, and optionally add an example docker-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.

@rkilchmn
Copy link

Hi,

Does this already take effect during the nextcloud installation as part of the container initialization?

Cheers Roger

pierreozoux added a commit that referenced this issue Aug 28, 2020
pierreozoux added a commit that referenced this issue Aug 28, 2020
pierreozoux added a commit that referenced this issue Aug 28, 2020
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