Replies: 1 comment 1 reply
-
Hi @spham, thanks for opening this discussion. You have the option to pass a custom http handler to the client by using the parameter http_handler. $client = new S3Client([
'version' => 'latest',
'region' => 'REGION',
'http_handler' => $yourCustomHttpHandler
]); Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
for me this code work, but i would like to find how to use laravel http client.
because have conflict with Request
do you have any idea ?
my curl query is like this
Beta Was this translation helpful? Give feedback.
All reactions