corley / aws-ant-task

Ant task implementation for Amazon Web Services
MIT License
16 stars 14 forks source link

updated Amazon SDK to 1.5.2 and removed transitive dependencies #17

Closed shalupov closed 11 years ago

shalupov commented 11 years ago

After debugging connection problems with ant upload of 2GB file, I've finally updated Amazon SDK and it works now.

I've also removed transitive dependencies as they are not required (and sdk version update failed with them)

wdalmut commented 11 years ago

Thank you so much

shalupov commented 11 years ago

You're welcome!