Skip to content

Instantly share code, notes, and snippets.

@frankdejonge
Created November 11, 2014 20:31
Show Gist options
  • Select an option

  • Save frankdejonge/ae18c4ee2487b4e18c4a to your computer and use it in GitHub Desktop.

Select an option

Save frankdejonge/ae18c4ee2487b4e18c4a to your computer and use it in GitHub Desktop.
AWS SDK v3 s3Client setup
<?php
$client = S3Client::factory([
'key' => '...',
'secret' => '...',
'region' => 'eu-west-1',
'version' => 'latest',
'debug' => true,
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment