amazon-archives / aws-sdk-unity

ARCHIVED: The aws sdk for unity is now distributed as a part of aws sdk for dotnet:
https://github.com/aws/aws-sdk-net
Other
105 stars 43 forks source link

Add versioning to AWS Post object, move parsing into the object itself #79

Closed lordmortis closed 8 years ago

lordmortis commented 9 years ago

The post request object doesn't provide versioning information on the object, this adds it.

Let me know if you want this code moved into a Marshalling object or something.

karthiksaligrama commented 9 years ago

thanks @lordmortis let me test it out internally and will merge it if its ok.

karthiksaligrama commented 8 years ago

Added this to UnityV3