Skip to content

Scripts for interacting with AWS S3 and Azure Blob Storage, CRUD operations for both services.

Notifications You must be signed in to change notification settings

kimurav/AWS-Azure-Storage-Services

Repository files navigation

AWS S3 & Azure Blob Store

These scripts are used to interact with Amazon Web Services Simple Storage Service (S3) and Microsoft Azure's Blob Storage.

The AWS scripts awsS3Client.py and awsS3Uploader.py makes use of the Boto3 SDK provided by Amazon to create S3 buckets and upload/download files to respective buckets.

The azureBlobStoreClient.py and azureBlobStoreUploader.py scripts are used to interact with Azure's Blob Storage. The scripts will create containers within Azure's cloud and allow uploads/download of blobs (files) from the created containers.

About

Scripts for interacting with AWS S3 and Azure Blob Storage, CRUD operations for both services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages