Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 807 Bytes

2023-11-08-undundle-storage-adapters.md

File metadata and controls

19 lines (18 loc) · 807 Bytes
title issue author author_email author_github
Undundle storage adapters
NEXT-26756
Jozsef Damokos
jozsefdamokos

Core

  • Removed dependency on storage adapter packages league/flysystem-async-aws-s3 and league/flysystem-google-cloud-storage. These are now optional and can be installed separately.

Upgrade Information

Removed dependencies to storage adapters

Removed composer packages league/flysystem-async-aws-s3 and league/flysystem-google-cloud-storage. If your installation uses the AWS S3 or Google Cloud storage adapters, you need to install the corresponding packages separately.

Run the following commands to install the packages:

composer require league/flysystem-async-aws-s3
composer require league/flysystem-google-cloud-storage