From: Dunrong Huang Date: Wed, 23 Dec 2015 04:09:53 +0000 (+0800) Subject: doc: `Amazon.AWSClientFactory' is obsolete X-Git-Tag: v10.0.4~120^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fd6fca7f288847109bc1d01d7feb5a0bf90ffae2;p=ceph.git doc: `Amazon.AWSClientFactory' is obsolete From http://blogs.aws.amazon.com/net/post/Tx2JT7AYCL2F6CB/ , Amazon.AWSClientFactory was removed Signed-off-by: Dunrong Huang --- diff --git a/doc/radosgw/s3/csharp.rst b/doc/radosgw/s3/csharp.rst index e52f47276e46..f743c0ebb32e 100644 --- a/doc/radosgw/s3/csharp.rst +++ b/doc/radosgw/s3/csharp.rst @@ -21,7 +21,7 @@ This creates a connection so that you can interact with the server. AmazonS3Config config = new AmazonS3Config(); config.ServiceURL = "objects.dreamhost.com"; - AmazonS3 client = Amazon.AWSClientFactory.CreateAmazonS3Client( + AmazonS3Client s3Client = new AmazonS3Client( accessKey, secretKey, config