Phil Hack
  • Home
Sign in Subscribe

AWS S3 in C#

Phil Hack

03 Apr 2015

AWS S3 SDK

  • Install the AWS SDK

Tutorials on Getting Started with S3

  • Tutorials

Naming Convensions

  • S3 Naming Conventions
  • High performance Naming Convension

Creat an IAM User

  • How to create an IAM user
  • Grant that user account AmazonS3FullAccess

Bucket Limitations

  • Each AWS account is limited to 100 S3 buckets per account.

Sign up for more like this.

Enter your email
Subscribe

Building a Yeoman webapi microservice template

References * Yeoman with ASP.NET [http://docs.asp.net/en/latest/client-side/yeoman.html] Attempt1: Installation of existing ASP.NET template * Installs the .net dmx: 1.0.0.0rc1 * Install Yo [http://yeoman.io/learning/] * Update NPM: npm install -g npm * npm install -g yo bower grunt-cli gulp * Install the
23 Nov 2017 2 min read

Git Diffs

The file names that changed between 2 commits git whatchanged 11d5b2894f98350eccef85f15c47510361f6691e c94027d16d121418560431330b727bbddb0dd3ca | cat > /c/Temp/out.txt The contents that changed between 2 commits git diff --patch 11d5b2894f98350eccef85f15c47510361f6691e c94027d16d121418560431330b727bbddb0dd3ca | cat > /c/Temp/out.txt
04 May 2017

SQL Azure

Determine which user is assigned to which role Run this on your target database in Azure (ie: not against the master database) select m.name as Member, r.name as Role from sys.database_role_members inner join sys.database_principals m on sys.database_role_members.member_principal_id
15 Mar 2017
Phil Hack © 2025
Powered by Ghost