コード例 #1
0
ファイル: Program.cs プロジェクト: amr-swalha/AWSCsharpCourse
        static void Main(string[] args)
        {
            S3GlacierOperations s3GlacierOperations = new S3GlacierOperations();

            //s3GlacierOperations.UploadVaultArchive();
            s3GlacierOperations.DownloadArchive();
            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: ylmzertg/AWS
        static void Main(string[] args)
        {
            //S3BucketOperations bucketOperations = new S3BucketOperations();
            //bucketOperations.DownloadFileAsync().Wait();
            //bucketOperations.BucketAccelerate();
            S3GlacierOperations glacierOperations = new S3GlacierOperations();

            glacierOperations.DownloadFile();
        }