andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

Update to latest `aws-sdk` #105

Closed afloyd closed 8 years ago

afloyd commented 8 years ago

→ Fixes issue with not being able to set Cloudfront DistributionConfig.Origins.Items[x].OriginPath. Previous aws-sdk would throw an "unexpected argument" error on OriginPath

faceleg commented 8 years ago

Thank you :dancer: