You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/admin_manual/pages/configuration/files/external_storage/s3_compatible_object_storage_as_primary.adoc
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,18 +82,10 @@ $CONFIG = [
82
82
'objectstore' => [
83
83
'class' => 'OCA\Files_Primary_S3\S3Storage',
84
84
'arguments' => [
85
-
//
86
85
// replace with your bucket
87
86
'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
-
//
93
87
// uncomment to enable server side encryption
94
88
//'serversideencryption' => 'AES256',
95
-
//
96
-
// storage specific options
97
89
'options' => [
98
90
// version and region are required
99
91
'version' => '2006-03-01',
@@ -122,18 +114,10 @@ $CONFIG = [
122
114
'objectstore' => [
123
115
'class' => 'OCA\Files_Primary_S3\S3Storage',
124
116
'arguments' => [
125
-
//
126
117
// replace with your bucket
127
118
'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
-
//
133
119
// uncomment to enable server side encryption
134
120
//'serversideencryption' => 'AES256',
135
-
//
136
-
// storage specific options
137
121
'options' => [
138
122
// version and region are required
139
123
'version' => '2006-03-01',
@@ -166,18 +150,10 @@ $CONFIG = [
166
150
'objectstore' => [
167
151
'class' => 'OCA\Files_Primary_S3\S3Storage',
168
152
'arguments' => [
169
-
//
170
153
// replace with your bucket
171
154
'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
0 commit comments