Releases: dmyers/laravel-storage
Releases · dmyers/laravel-storage
v1.0.10
- Added new remote upload/download methods to base adapter
- Added default region to AWS S3 config
- Fixed is directory check in AWS S3 adapter
v1.0.9
- Added specifying full path with namespace in routes
- Changed AWS S3 adapter to not override default S3 config if not set
v1.0.8
- Fixed files method in AmazonS3 adapter
- Added region config option for AmazonS3 adapter
v1.0.7
- Added ability to get an adapter instance from the storage class
v1.0.5
- Changed upload method to copy instead of move in local adapter
- Fixed download method in local adapter
v1.0.4
- Added ability to render a file from storage to the browser
- Changed local route to use new storage render method
v1.0.3
- Added setting content type for amazon s3 adapter for upload method
v1.0.2
- Added ability to download a file from storage