AWS PHP sdk -- selected services -


i use parts of aws php sdk (https://github.com/aws/aws-sdk-php). however, whole set pretty heavy-- lots of files , functionality don't need. need work s3 objects, don't need ec2, dynamodb etc. stuff.

is possible selectively build sdk eliminate unnecessary stuff? or can remove elements don't need?

thanks ideas.

while agree ryan, here other information might helpful specific use case.

the sdk additionally shipped zip archive (starting version 2.3.2), includes third-party dependencies in psr-0 compatible directory structure. technically pull out need there.

if want s3, need aws\common , aws\s3 namespaces sdk source. however, you'll need of guzzle , symfony event dispatcher. safely remove doctrine, monolog, , psr components though since optional.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -