Releases: rootinc/laravel-s3-file-model
Releases · rootinc/laravel-s3-file-model
v1.1.1
v1.1.0
Changed images-generator dependency to a newer fork that uses phpfaker instead of old unmaintained faker dependency. This should allow people using this library to move their app over to phpfaker as it conflicts with the old faker library.
v1.0.0
Updated dependencies to be compatible with newer flysystem packages (for updated laravel support). Now requires PHP 8+ and laravel 9+.
v0.2.0
- Abstract the file model so that in a child class, we can import a different version of the File.
v0.1.7
- Adds prefix variable for tests
v0.1.6
- Remove "public-read" from
local/public/S3when S3 not streaming directly. (Seems ACL string "public-read" is only needed to be formally set when streaming directly)
v0.1.5
- Updates published migration to be the time that it was published.
v0.1.4
Adds few tests
Fixes public / public-read for different system configurations.
v0.1.3
Fixes public / private ACL
v0.1.2
Fixes FileControllerTest