Storage Code

master
ZGGSONG 3 years ago
parent cf2402073f
commit 464dcdcab0

@ -2,7 +2,7 @@
using Amazon.Runtime; using Amazon.Runtime;
using Amazon.S3; using Amazon.S3;
using System; using System;
using S3Demo.Stack; using S3Demo.Storage;
using S3Demo.Model; using S3Demo.Model;
using System.Threading.Tasks; using System.Threading.Tasks;

@ -6,7 +6,7 @@
/// The example was created using the AWS SDK for .NET version 3.7 and /// The example was created using the AWS SDK for .NET version 3.7 and
/// .NET Core 5.0. /// .NET Core 5.0.
/// </summary> /// </summary>
namespace S3Demo.Stack namespace S3Demo.Storage
{ {
// snippet-start:[S3.dotNET.ListObjectsExample] // snippet-start:[S3.dotNET.ListObjectsExample]
using System; using System;

@ -7,7 +7,7 @@ using Amazon.Runtime;
using Amazon.S3; using Amazon.S3;
using Amazon.S3.Transfer; using Amazon.S3.Transfer;
namespace S3Demo.Stack namespace S3Demo.Storage
{ {
/// <summary> /// <summary>
/// This example uses the Amazon Simple Storage Service (Amazon S3) /// This example uses the Amazon Simple Storage Service (Amazon S3)

@ -7,7 +7,7 @@ using Amazon.Runtime;
using Amazon.S3; using Amazon.S3;
using Amazon.S3.Transfer; using Amazon.S3.Transfer;
namespace S3Demo.Stack namespace S3Demo.Storage
{ {
/// <summary> /// <summary>
/// This example shows how to use the TransferUtility api for Amazon Simple /// This example shows how to use the TransferUtility api for Amazon Simple
Loading…
Cancel
Save