forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-26756/undundle-filesystem-adapter-dependencies' in…
…to 'trunk' NEXT-26756 - Undundle filesystem adapter dependencies See merge request shopware/6/product/platform!11768
- Loading branch information
Showing
17 changed files
with
116 additions
and
280 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
changelog/_unreleased/2023-11-08-undundle-storage-adapters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Undundle storage adapters | ||
issue: NEXT-26756 | ||
author: Jozsef Damokos | ||
author_email: [email protected] | ||
author_github: 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: | ||
```bash | ||
composer require league/flysystem-async-aws-s3 | ||
composer require league/flysystem-google-cloud-storage | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 0 additions & 155 deletions
155
src/Core/Framework/Adapter/Filesystem/Adapter/DecoratedAsyncS3Adapter.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.