react-s3-uploader
Advanced tools
Changelog
4.0.0
unorm
and latinize
dependencies, which were used to scrub file names before uploading. Now we just remove all characters that are not alphanumeric, underscores, dashes, or periods. If you need different behavior, please provide a custom scrubFilename
function in props.Changelog
3.4.0
signingUrlMethod
(default: GET
) [#103]signingUrlWithCredentials
[#103]abort
to react component [#96]Changelog
3.3.0