Releases: eddturtle/direct-upload
Releases · eddturtle/direct-upload
v3.0.0
v2.0.0
- Add new AWS regions (
me-south-1
,cn-north-1
,cn-northwest-1
,ap-east-1
) - Change min PHP version (from 5.5 to 7.2) - if you still need older php version support stick with v1.*
- Refactor options into their own class
- Move exceptions to be in their own folder/namespace
- Add
SignatureAuto
class to use credentials from environment variables
Fix the encryption option
v1.6.4 Fix the 'encryption' option
Added the 'Accelerated' option for S3
- using the
accelerated
option means you can use S3 accelerated options more info here
Added extra options
Signature now supports the encryption and custom url options.