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

(s3 primary) Simplify language, note defaults, better examples #10437

Merged

Conversation

joshtrichards
Copy link
Member

  • Clarifies parameters that may need to be changed when using with Amazon's S3
  • Clarifies parameters that must be changed when using non-Amazon hosted S3
  • Strips out no-op parameters (default values) from config example
  • Lists supported parameters by type and their defaults (if any)
  • Adds example config for non-Amazon hosted S3
  • Adds "S3" to SSE-C section heading

☑️ Resolves

Possible follow-up work: extend a lighter version into docs section for non-primary S3-based External Storage since it's applicable there as well.

🖼️ Screenshots

Fixes nextcloud#9934 (for primary storage)

* Clarifies parameters that may need to be changed when using with Amazon's S3
* Clarifies parameters that must be changed when using non-Amazon hosted S3
* Strips out no-op parameters (default values) from config example
* Lists supported parameters by type and their defaults (if any)
* Adds example config for non-Amazon hosted S3


Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
joshtrichards added a commit to joshtrichards/nc-documentation that referenced this pull request May 25, 2023
Fixes nextcloud#9934 (for external storage)

* Better document Amazon parameters (i.e. region)
* Better document non-Amazon parameters (i.e. hostname)
* Unify relevant explanations with S3 Primary Storage changes pending in PR nextcloud#10437

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
@szaimen szaimen added this to the Nextcloud 28 milestone May 28, 2023
@juliushaertl juliushaertl merged commit b20bacd into nextcloud:master May 28, 2023
@joshtrichards
Copy link
Member Author

/backport to stable27

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

Successfully merging this pull request may close these issues.

S3 region is a *required* setting
3 participants