The console only supports value upto 50. I want to set it as 1024 Kilobytes (1MB here is 1000KB), but it says: "The value must be less than or equal to 50". Setting 1024000 as Bytes gives the same error. Setting 1.024 as Megabytes says: "Please enter a valid value. The two nearest valid values are 1 and 2." Same error for Gigabytes as well.
TL;DR
Developers want to set a custom file size limit in a bucket to 1MB, but the console only supports a value up to 50. Various attempts to set the limit in different units result in errors.
Solution: Try converting 1MB to bytes directly as 1048576.