Releases: TappNetwork/laravel-uppy-s3-multipart-upload
Releases · TappNetwork/laravel-uppy-s3-multipart-upload
v0.3.3
- 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.
v0.3.2
- Update the way credentials are passed to use the Credentials class.
v0.3.1
- Move S3 transfer acceleration config to the package config file
v0.3
- Add S3 transfer acceleration configuration
- Update README
v0.2
- Add configuration file
- Fix variable name
- Allow CSRF
- Update README