We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7ee86 commit 2f0d82fCopy full SHA for 2f0d82f
1 file changed
docs/aws-provider.rst
@@ -8,14 +8,16 @@ Command (``uecode:qpush:receive``) to poll the queue.
8
Configuration
9
^^^^^^^^^^^^^
10
11
-This provider relies on the `AWS SDK PHP v2 <https://github.com/aws/aws-sdk-php>`_ library, which
+This provider relies on the `AWS SDK PHP <https://github.com/aws/aws-sdk-php>`_ library, which
12
needs to be required in your ``composer.json`` file.
13
14
+This bundle will support both v2 and v3 of the AWS SDK.
15
+
16
.. code-block:: js
17
18
{
19
require: {
- "aws/aws-sdk-php": : "2.*"
20
+ "aws/aws-sdk-php": : "2.*" #OR "3.*"
21
}
22
23
0 commit comments