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

Checks result of GetSignedPolicy during PostObjectAsync call #112

Closed PLockhart closed 8 years ago

PLockhart commented 8 years ago

Fixes #108 by checking the result of the GetSignedPolicy request. Improvements can be made to pass the WebResponse object that resulted in the failure back through the chain. Better than nothing though!

karthiksaligrama commented 8 years ago

fixed in unityv3. Please refer https://github.com.aws/aws/-sdk-net for more information