Skip to content

Instantly share code, notes, and snippets.

View bradirby's full-sized avatar

Brad Irby bradirby

View GitHub Profile
@bradirby
bradirby / S3IntegrationGist.cs
Created June 3, 2022 09:57
Service and Test to read and write from S3 using C#
using System;
using System.IO;
using System.Text.Json;
using System.Text;
using System.Threading.Tasks;
using Amazon;
using Amazon.S3.Model;
using Amazon.S3;
using NUnit.Framework;