📌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.
- Cloud Computing
- AWS Fundamentals
- AWS Management Console
- Amazon Simple Storage Service (Amazon S3)
- Python
- Boto3
🔸Installation Guide:
pip install boto3
- Step 1: Setup your Amazon S3 service and create a Bucket using AWS management console
📌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.pyand select the desired operation to be performed.
Contributions are always welcomed. Make sure you read the Contribution info before making pull request.