X Tutup
Skip to content

Commit 90bb84c

Browse files
authored
Revert "[10.11] [PR 658] doc update for owncloud/core#40389"
1 parent 95a3759 commit 90bb84c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,10 @@ $CONFIG = [
8282
'objectstore' => [
8383
'class' => 'OCA\Files_Primary_S3\S3Storage',
8484
'arguments' => [
85-
//
8685
// replace with your bucket
8786
'bucket' => 'owncloud',
88-
//
89-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
90-
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
91-
//'availableStorage' => 1099511627776,
92-
//
9387
// uncomment to enable server side encryption
9488
//'serversideencryption' => 'AES256',
95-
//
96-
// storage specific options
9789
'options' => [
9890
// version and region are required
9991
'version' => '2006-03-01',
@@ -122,18 +114,10 @@ $CONFIG = [
122114
'objectstore' => [
123115
'class' => 'OCA\Files_Primary_S3\S3Storage',
124116
'arguments' => [
125-
//
126117
// replace with your bucket
127118
'bucket' => 'owncloud',
128-
//
129-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
130-
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
131-
//'availableStorage' => 1099511627776,
132-
//
133119
// uncomment to enable server side encryption
134120
//'serversideencryption' => 'AES256',
135-
//
136-
// storage specific options
137121
'options' => [
138122
// version and region are required
139123
'version' => '2006-03-01',
@@ -166,18 +150,10 @@ $CONFIG = [
166150
'objectstore' => [
167151
'class' => 'OCA\Files_Primary_S3\S3Storage',
168152
'arguments' => [
169-
//
170153
// replace with your bucket
171154
'bucket' => 'owncloud',
172-
//
173-
// uncomment to indicate available storage size in the objectstore, in bytes (in this example 1TB),
174-
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
175-
//'availableStorage' => 1099511627776,
176-
//
177155
// uncomment to enable server side encryption
178156
//'serversideencryption' => 'AES256',
179-
//
180-
// storage specific options
181157
'options' => [
182158
// version and region are required
183159
'version' => '2006-03-01',

0 commit comments

Comments
 (0)
X Tutup