]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: `Amazon.AWSClientFactory' is obsolete
authorDunrong Huang <riegamaths@gmail.com>
Wed, 23 Dec 2015 04:09:53 +0000 (12:09 +0800)
committerDunrong Huang <riegamaths@gmail.com>
Wed, 23 Dec 2015 04:09:53 +0000 (12:09 +0800)
From http://blogs.aws.amazon.com/net/post/Tx2JT7AYCL2F6CB/ , Amazon.AWSClientFactory was removed

Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
doc/radosgw/s3/csharp.rst

index e52f47276e46bde082f1f7364476109e18c8797e..f743c0ebb32e9ce4e798d32bfa4e5f0db3968b22 100644 (file)
@@ -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