Skip to content

Commit 34c929f

Browse files
committed
Update to formatting.
1 parent 7750793 commit 34c929f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotnetv3/S3/S3_Basics/S3Bucket.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ public static async Task<bool> UploadFileAsync(
6464
{
6565
var request = new PutObjectRequest
6666
{
67-
BucketName = bucketName, Key = objectName, FilePath = filePath,
67+
BucketName = bucketName,
68+
Key = objectName,
69+
FilePath = filePath,
6870
};
6971

7072
await client.PutObjectAsync(request);

0 commit comments

Comments
 (0)