RakhithJK / AmazonSecureDownload

Sample C# code for generating secure download URLs from AWS S3 and CloudFront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Simple helpers for creating secure signed download URLs for Amazon Simple Storage Service (S3) and CloudFront.

Creating a secure URL for either service is one line of code.

Additional Resources

Cloudberry Explorer : Freeware edition allows easy creation of S3 buckets and CloudFront distribution from them.

Managing Private Content : Instructions on how to use Cloudberry to setup private content in S3 and CloudFront.

OpenSSLKey : Tool for converting the PEM file certificate format (used by CloudFront for signing URLs), to .net XML format.

About

Sample C# code for generating secure download URLs from AWS S3 and CloudFront


Languages

Language:C# 100.0%