Skip to content

A Windows command line application to download/restore files from an AWS S3 Bucket written in C# .net

License

Notifications You must be signed in to change notification settings

sconnellcom/S3Download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3Download

A Windows command line application to download/restore files from an AWS S3 Bucket written in C# .net

I'm not sure where I got the AWSS3Helper.cs file

Usage

  • Add your aws credentials to program.cs line 60
AWSS3Helper h = new AWSS3Helper("Your Access Key ID", "Your Secrety Key", "Your Bucket Name");
  • Uncomment and update the method calls in the Program Main to specify what you want to download, where you want it
  • Run the program

About

A Windows command line application to download/restore files from an AWS S3 Bucket written in C# .net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages