Merge pull request #1131 from nextcloud/backport/1130/master

[master] [doc] Fix typo in storage documentation
This commit is contained in:
Roeland Jago Douma 2019-01-12 18:06:03 +01:00 committed by GitHub
commit 9b5ec697ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ The class to be used is :code:`\\OC\\Files\\ObjectStore\\S3`
Multibucket Object Store
------------------------
It's possible to configure Nextcloud to distribute it's data over multiple buckets
It's possible to configure Nextcloud to distribute its data over multiple buckets
for scalability purpose. You can find out more information about upscaling with
object storage and Nextcloud in the
`Nextcloud customer portal <https://portal.nextcloud.com/article/object-store-as-primary-storage-16.html>`_.