From fd6fca7f288847109bc1d01d7feb5a0bf90ffae2 Mon Sep 17 00:00:00 2001 From: Dunrong Huang Date: Wed, 23 Dec 2015 12:09:53 +0800 Subject: [PATCH] doc: `Amazon.AWSClientFactory' is obsolete From http://blogs.aws.amazon.com/net/post/Tx2JT7AYCL2F6CB/ , Amazon.AWSClientFactory was removed Signed-off-by: Dunrong Huang --- doc/radosgw/s3/csharp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3