Skip to content

A file repository for AWS S3 . This repository will allow .NET developers to read files and folders, upload files, etc

License

Notifications You must be signed in to change notification settings

aussiearef/S3FileRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3FileRepository

A C# implementation of a AWS S3 file repository. This repository lets .NET developers access a given S3 bucket to fetch the folders and files, download a file, upload a file, check the existance of a file, delete a file etc.

To begin using the library you will need to add the required configuration items to your web.config or app.config file. The configuration item will require your secredIt, accessId and region endpoint that AWS will provide you. The below regions names can be used in the configuration file:

us-east-1 us-west-1 us-west-2 eu-west-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 sa-east-1

For more details please see my blog which is http://aspguy.wordpress.com

About

A file repository for AWS S3 . This repository will allow .NET developers to read files and folders, upload files, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages