Skip to content

Commit

Permalink
Merge pull request #1559 from tacman/patch-2
Browse files Browse the repository at this point in the history
* deprecate legacy AmazonS3Resolver
  • Loading branch information
dbu committed Feb 26, 2024
2 parents 2ad259d + aad39cd commit 6314e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/doc/cache-resolver/amazons3.rst
Expand Up @@ -7,6 +7,8 @@ Amazon S3 Resolver
The ``AmazonS3Resolver`` resolver enables cache resolution using the
``\AmazonS3`` storage API.

**Deprecated**, use the aws-s3 resolver instead. The legacy AmazonS3Resolver will be removed in version 3.

Dependencies
------------

Expand All @@ -15,7 +17,7 @@ by executing the following command in your project directory:

.. code-block:: bash
$ composer require aws/aws-sdk-php
composer require aws/aws-sdk-php
Configuration
-------------
Expand Down

0 comments on commit 6314e7d

Please sign in to comment.