You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/sqs/SqsConnectionFactory.php
+13-10
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,15 @@ class SqsConnectionFactory implements ConnectionFactory
23
23
24
24
/**
25
25
* $config = [
26
-
* 'key' => null - AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
27
-
* 'secret' => null, - AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
28
-
* 'token' => null, - AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
29
-
* 'region' => null, - (string, required) Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.
30
-
* 'retries' => 3, - (int, default=int(3)) Configures the maximum number of allowed retries for a client (pass 0 to disable retries).
31
-
* 'version' => '2012-11-05', - (string, required) The version of the webservice to utilize
* 'endpoint' => null - (string, default=null) The full URI of the webservice. This is only required when connecting to a custom endpoint e.g. localstack
26
+
* 'key' => null AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
27
+
* 'secret' => null, AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
28
+
* 'token' => null, AWS credentials. If no credentials are provided, the SDK will attempt to load them from the environment.
29
+
* 'region' => null, (string, required) Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.
30
+
* 'retries' => 3, (int, default=int(3)) Configures the maximum number of allowed retries for a client (pass 0 to disable retries).
31
+
* 'version' => '2012-11-05', (string, required) The version of the webservice to utilize
0 commit comments