more wrappy

master
Adrian Woodhead 2018-03-02 18:16:39 +00:00
rodzic 762d7609be
commit e9b81a4e85
1 zmienionych plików z 1 dodań i 1 usunięć

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