Ethan Brown
Ethan Brown
Fixes #596. Formatting numbers smaller than approximately 1e-6 resulted in NaN (instead of a formatted string). This was due to coercing the numeric value to a string and adding an...
AWS will be putting SDK v2 into maintenance mode this year, and is trying to push people to update to v3. When you run `s3-website` now, you get the following...
#### Description of changes Corrected the type of the `file` argument of tthe `processFile` callback in `StorageManager`: it was listed as `Blob`, and should be `File`. Also updated `CONTRIBUTING.md` to...