All notable changes to laravel-uppy-s3-multipart-upload
will be documented in this file.
- Initial release
- Add configuration file
- Fix variable name
- Allow CSRF
- Update README
- Add S3 transfer acceleration configuration
- Update README
- Move S3 transfer acceleration config to the package config file
- Update the way credentials are passed to use the Credentials class
- Remove passing credentials, assuming that AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set in the .env based on the AWS SDK suggestions
- Use Flysystem AWS client
- Add support for multiple Uppy instances
- Update README
- Upgrade Uppy from 1.x to 2.0
- Add support for pre-sign URLs in batches
- Update README
- Add upgrade guide