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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ $CONFIG = [
86
86
// replace with your bucket
87
87
'bucket' => 'owncloud',
88
88
//
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),
90
90
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
91
-
//'availableStorage' => 1099511627776,
91
+
//'availableStorage' => 1099511627776,
92
92
//
93
93
// uncomment to enable server side encryption
94
94
//'serversideencryption' => 'AES256',
@@ -126,9 +126,9 @@ $CONFIG = [
126
126
// replace with your bucket
127
127
'bucket' => 'owncloud',
128
128
//
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),
130
130
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
131
-
//'availableStorage' => 1099511627776,
131
+
//'availableStorage' => 1099511627776,
132
132
//
133
133
// uncomment to enable server side encryption
134
134
//'serversideencryption' => 'AES256',
@@ -170,9 +170,9 @@ $CONFIG = [
170
170
// replace with your bucket
171
171
'bucket' => 'owncloud',
172
172
//
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),
174
174
// without this setting app relying on available storage might be limited in funcionality e.g. metrics app
0 commit comments