Updated Using S3Proxy in Java projects (markdown)

master
Adrian Woodhead 2018-03-02 18:17:31 +00:00
rodzic e9b81a4e85
commit 3a1806602c
1 zmienionych plików z 1 dodań i 1 usunięć

@ -95,7 +95,7 @@ public void example() {
.build();
s3Client.createBucket("test_bucket");
//perform some operation in your code that you want to test, using the above client
//exercise your code that you want to test, using the above client
myS3Uploader.uploadFile(s3Client, someFile);
//verify the expected results of the above code