Skip to content

Releases: MyCademy/yii2-file-storage

1.3.0

05 Dec 22:42

Choose a tag to compare

  • Enh: Added support for $metadata for \mycademy\yii2filestorage\BucketInterface::copyFileInternal() (rhertogh)
  • Enh: Added support for pre-signed urls for AWS \mycademy\yii2filestorage\amazon\Bucket::getPresignedFileUrl() (rhertogh)
  • Enh: Added id property to Bucket to further distinguish between the bucket "id" (used in the application) and the bucket "name" (the external storage name). (rhertogh)

1.2.0

04 Dec 12:14

Choose a tag to compare

  • Support to set a custom name for a bucket (rhertogh)
  • Amazon aws-sdk-php v3 compatibility (leandrogehlen, rhertogh)