- Requires at least Craft 3.1
- Added Craft::parseEnv() support for
keyId
andsecret
to prevent storing credentials in the DB and project config - Fixed: Added missing
fieldLayoutId
when syncing config
Prevent multipart uploads for files smaller than 100MB (mup_threshold
was 16MB) by using a custom S3Client class
Prevent multipart uploads for files smaller than 100MB (mup_threshold
was 16MB)
No need to set the OBJECT_STORAGE_URL
ENV var
Explicitly require PHP 7.1
Initial release