Skip to content

Commit 2f0d82f

Browse files
author
Keith Kirk
committed
Specifies that v2 and v3 of AWS SDK are supported
1 parent 2b7ee86 commit 2f0d82f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/aws-provider.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Command (``uecode:qpush:receive``) to poll the queue.
88
Configuration
99
^^^^^^^^^^^^^
1010

11-
This provider relies on the `AWS SDK PHP v2 <https://github.com/aws/aws-sdk-php>`_ library, which
11+
This provider relies on the `AWS SDK PHP <https://github.com/aws/aws-sdk-php>`_ library, which
1212
needs to be required in your ``composer.json`` file.
1313

14+
This bundle will support both v2 and v3 of the AWS SDK.
15+
1416
.. code-block:: js
1517
1618
{
1719
require: {
18-
"aws/aws-sdk-php": : "2.*"
20+
"aws/aws-sdk-php": : "2.*" #OR "3.*"
1921
}
2022
}
2123

0 commit comments

Comments
 (0)