Skip to content

Instantly share code, notes, and snippets.

#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Console
cinst PowerShell -y
cinst poshgit -y
@Tim-Co
Tim-Co / gist:6de0fdcd6c9336825a27
Created June 19, 2015 20:35
Multithreaded multipart uploader for s3
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Amazon.S3;
using System.IO;
using Amazon.S3.Model;
using Amazon.S3.Transfer;
using System.Threading;