aws / aws-sdk-php-symfony

Apache License 2.0
350 stars 89 forks source link

Mark s3 client service definition as lazy #60

Closed greg0ire closed 4 years ago

greg0ire commented 4 years ago

Instantiating a client has a big memory cost, because it loads a big JSON file (https://github.com/aws/aws-sdk-php/blob/master/src/data/s3/2006-03-01/api-2.json)

Closes #59

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

howardlopez commented 4 years ago

Thanks for the PR @greg0ire! This has been released as 2.0.2.

greg0ire commented 4 years ago

Oh wow thanks for the quick release!