What's New?
| Change | Description |
|---|---|
| Support for the Asia Pacific (Singapore) Region | The AWS SDK for .NET supports infrastructure services in the new Asia Pacific (Singapore) region.
For Amazon S3, you can create a bucket in the new region using the Region enumeration. For example:
For all other services, the region is set using the service URL associated with the client configuration object. For example:
|
| Support for Amazon CloudFront private streaming content | The AWS SDK for .NET now supports API version 2010-03-01 of Amazon CloudFront, including support for Private Streaming content, and adds improvements to the output of ListDistributions and ListStreamingDistributions. |
Improvements to the Amazon S3 client's support for COPY Object |
Users of a CopyObjectRequest can now specify a ContentType for the copied (destination) object. The ContentType is passed on to Amazon S3 only if the metadata directive specified for the request is REPLACE. For example:
If the REPLACE directive is specified on a request without a ContentType, the SDK makes a best effort to detect the content-type. |
| Installer changes | The AWS SDK for .NET documentation is no longer distributed locally by the installer. Instead, developers can always find the latest documentation online at http://docs.amazonwebservices.com/sdkfornet/latest/apidocs/Index.html |
| Support for Proxy Authentication | The SDK now supports making requests through a proxy server. To authenticate requests with the proxy, specify the username and password for an authenticated user using the service's configuration object. For example:config.ProxyUsername = "User";Please let us know if there are any additional requirements for making requests through a proxy server on the .NET Development forum. |
Supported API Versions
This release of the AWS SDK for .NET supports the following API versions:
| Service | API Version |
|---|---|
| Amazon EC2 | 2009-11-30 |
| Amazon S3 | 2006-03-01 |
| Amazon SimpleDB | 2009-04-15 |
| Amazon RDS | 2009-10-16 |
| Amazon CloudFront | 2010-03-01 |
| Amazon SQS | 2009-02-01 |
| Amazon SNS | 2010-03-31 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon CloudWatch | 2009-05-15 |
| Elastic LoadBalancing | 2009-11-25 |
| Auto Scaling | 2009-05-15 |
Known Issues
| Issue | Description |
|---|---|
| Installation Requires Administrator Privileges | The default install location is %PROGRAMFILES%, which on most computers is "c:\program files". In order to install files to the default location, the MSI must be run by an Administrator. If you don't have Administrator privileges on the machine, please change the install location to something like "c:\Documents and Settings\<you>\AWS SDK for .NET", and the install will complete successfully. If you are running on Vista, your personal folder is similar to "c:\users\<you>\". |
| Uninstalling the SDK produces "Unknown Publisher" message | On Windows Vista, uninstalling the MSI results in an "Unknown Publisher" dialog even though the installer is signed by Amazon Web Services. This is a known Windows Installer bug on Windows Vista, and is documented here: http://support.microsoft.com/kb/929467/en-us |
Download the AWS SDK for .NET from http://aws.amazon.com/sdkfornet/.