Skip to content

Instantly share code, notes, and snippets.

@hrach
Created December 8, 2015 08:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrach/6d9db0e25cdc0f69f034 to your computer and use it in GitHub Desktop.
Save hrach/6d9db0e25cdc0f69f034 to your computer and use it in GitHub Desktop.
neon + aws sdk + guzzle + kdyby curl ca bundle
- Aws\Sdk({
credentials: {
key: %s3.key%,
secret: %s3.secret%,
},
version: latest,
region: 'eu-west-1',
http_handler: @Aws\Handler\GuzzleV6\GuzzleHandler,
})
- Aws\Handler\GuzzleV6\GuzzleHandler
- GuzzleHttp\Client({
verify: Kdyby\CurlCaBundle\CertificateHelper::getCaInfoFile()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment