fortrabbit Object Storage Volume
Version 4.0.0
April 22, 2024
- Craft 5 support
Version 3.0.0
May 25, 2022
- Craft 4 and PHP 8 support
Version 2.1.0
March 3, 2021
- Allow PHP ^8.0
- Remove
version
from composer.json (better rely on tags)
Version 2.0.0
November 23, 2020
- 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
Version 1.1.0
December 11, 2019
- 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
Version 1.0.3.1
March 14, 2019
Prevent multipart uploads for files smaller than 100MB (mup_threshold
was 16MB) by using a custom S3Client class
Version 1.0.3
March 14, 2019
Prevent multipart uploads for files smaller than 100MB (mup_threshold
was 16MB)
Version 1.0.2
May 15, 2018
No need to set the OBJECT_STORAGE_URL
ENV var
Version 1.0.1
April 27, 2018
Explicitly require PHP 7.1
Version 1.0.0
February 27, 2018
Initial release