Skip to content

This repository is about creating a simple Secure file uploader and downloader for AWS offered service, named Amazon S3, using Python and Boto3 package. Go through README.md for more understanding.

gauravpore/AWS-S3-secure-file-uploader-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-S3-secure-file-uploader-downloader

🔹Overview:

📌Click here to watch the demo of the project.

Amazon S3 is a service offered by AWS which has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The objective is to create secure file controller to upload, download and delete files to and from Amazon S3 Bucket using Python scripts to enable automation and flexibility.

🔸Concepts:

  • Cloud Computing
  • AWS Fundamentals

🔸Tools & Technologies:

🔸Installation Guide:

pip install boto3

🔹Implementation:

📌NOTE: To get started with AWS and to create Amazon S3 Bucket, go through this Quick Start Guide.

  • Step 2: Get access key,access secret & bucket name, in order to initiate the session.
  • Step 3: Run Test.py and select the desired operation to be performed.

🔹References:

AWS Quick Starts

🔹Contribution:

Contributions are always welcomed. Make sure you read the Contribution info before making pull request.

🔹Screenshots:

🔸Console:

alt tag

🔸Test run:

alt tag

About

This repository is about creating a simple Secure file uploader and downloader for AWS offered service, named Amazon S3, using Python and Boto3 package. Go through README.md for more understanding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages