We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855f959 commit e3acdc5Copy full SHA for e3acdc5
reference/constraints/File.rst
@@ -163,10 +163,16 @@ to be valid. The size of the file can be given in one of the following formats:
163
numeric (e.g. ``4096``);
164
165
* **kilobytes**: To specify the ``maxSize`` in kilobytes, pass a number and
166
- suffix it with a lowercase "k" (e.g. ``200k``);
+ suffix it with a "k" (e.g. ``200k``);
167
168
* **megabytes**: To specify the ``maxSize`` in megabytes, pass a number and
169
- suffix it with a capital "M" (e.g. ``4M``).
+ 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``).
176
177
mimeTypes
178
~~~~~~~~~
0 commit comments