Using C# to upload a file to AWS S3 Part 2: Creating the C# Console App
This post follows on from part 1. With the AWS S3 objects in place it is now time to create a simple C# console application that will upload a text file stored locally to the AWS S3 bucket. The first step is to create a test file that you want to upload. In my example, […]
You must be logged in to post a comment.