File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,16 @@ to be valid. The size of the file can be given in one of the following formats:
163
163
numeric (e.g. ``4096 ``);
164
164
165
165
* **kilobytes **: To specify the ``maxSize `` in kilobytes, pass a number and
166
- suffix it with a lowercase "k" (e.g. ``200k ``);
166
+ suffix it with a "k" (e.g. ``200k ``);
167
167
168
168
* **megabytes **: To specify the ``maxSize `` in megabytes, pass a number and
169
- suffix it with a capital "M" (e.g. ``4M ``).
169
+ suffix it with a "M" (e.g. ``4M ``).
170
+
171
+ * **kibibytes **: To specify the ``maxSize `` in kibibytes, pass a number and
172
+ suffix it with a "Ki" (e.g. ``600Ki ``);
173
+
174
+ * **mebibytes **: To specify the ``maxSize `` in mebibytes, pass a number and
175
+ suffix it with a "Mi" (e.g. ``8Mi ``).
170
176
171
177
mimeTypes
172
178
~~~~~~~~~
You can’t perform that action at this time.
0 commit comments