- Craft 5 support
- Craft 4 and PHP 8 support
- Allow PHP ^8.0
- Remove
version
from composer.json (better rely on tags)
- Craft 3.5 - config/volume.php deprecation
- Settings fields use ENV vars by default
- New command to generate .env config
php vendor/bin/object-storage-init
- Requires PHP 7.3 or higher
- 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