forked from awsdocs/aws-doc-sdk-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dotnet transferutil update (awsdocs#3955)
* Update TransferUtility MVP Tests to use XUnit * Updated UI for TransferUtility MVP * Fixed linter error. * Incorporating feedback. * Fixing linter error. Co-authored-by: Steven Meyer <[email protected]>
- Loading branch information
1 parent
c4eabd4
commit 2c45d87
Showing
10 changed files
with
250 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
dotnetv3/S3/scenarios/TransferUtilityBasics/TransferUtilityBasics/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"BucketName": "doc-example-bucket", | ||
"FileToDownload": "Download.txt", | ||
"FileToUpload": "Upload.txt", | ||
"S3Path": "DownloadPath" | ||
} |
8 changes: 8 additions & 0 deletions
8
dotnetv3/S3/scenarios/TransferUtilityBasics/TransferUtilityBasicsTests/GlobalUsings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
global using Xunit; | ||
global using Amazon.S3; | ||
global using Amazon.S3.Transfer; | ||
global using TransferUtilityBasics; | ||
global using Microsoft.Extensions.Configuration; |
Oops, something went wrong.