Skip to content

Simple project to present basic operations on AWS S3

Notifications You must be signed in to change notification settings

mat-czernek/AWSS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple project to present basic operations on Amazon Web Services S3.

Features

List of the operations on S3 service included into this project:

  • Get last version of the file
  • Get file by version
  • Check whenever the bucket already exist
  • List version of the file
  • Put new file or new version of file
  • Delete file
  • Delete file by version
  • Create none public bucket (blocking public policies and ACLs)
  • Delete bucket

Authentication

Create new IAM user in AWS and save access key and secret key. Create new group and setup policies. Note that for operations like put, delete, create you need to have full control permissions on the bucket.

Open appsettings.json file and setup the values with your IAM user credentials.

About

Simple project to present basic operations on AWS S3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages