X Tutup
Skip to content

Commit 7c234f3

Browse files
mrow4ammattel
authored andcommitted
[10.10] [PR 658] doc update for owncloud/core#40389
Backport of PR #658
1 parent a3a13df commit 7c234f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/admin_manual/pages/configuration/files/external_storage/s3_compatible_object_storage_as_primary.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ $CONFIG = [
8686
// replace with your bucket
8787
'bucket' => 'owncloud',
8888
//
89-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
89+
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
9090
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
91-
//'availableStorage' => 1099511627776,
91+
//'availableStorage' => 1099511627776,
9292
//
9393
// uncomment to enable server side encryption
9494
//'serversideencryption' => 'AES256',
@@ -126,9 +126,9 @@ $CONFIG = [
126126
// replace with your bucket
127127
'bucket' => 'owncloud',
128128
//
129-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
129+
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
130130
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
131-
//'availableStorage' => 1099511627776,
131+
//'availableStorage' => 1099511627776,
132132
//
133133
// uncomment to enable server side encryption
134134
//'serversideencryption' => 'AES256',
@@ -170,9 +170,9 @@ $CONFIG = [
170170
// replace with your bucket
171171
'bucket' => 'owncloud',
172172
//
173-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
173+
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
174174
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
175-
//'availableStorage' => 1099511627776,
175+
//'availableStorage' => 1099511627776,
176176
//
177177
// uncomment to enable server side encryption
178178
//'serversideencryption' => 'AES256',

0 commit comments

Comments
 (0)
X Tutup