Skip to content

UW-Milwaukee Cloud Computing

Articles on cloud computing from the brave students of CS790/657 Topics in Comp Sci: Cloud Computing

  • Home
  • About
    • About This Site
    • Contributors
    • Creating a Site Like This One
  • Projects
    • Hands-On Project 1: Cloud Computing Warmup
    • Hands-On Project 2: Development PC in the Cloud
    • Hands-On Project 3: Serverless Computing
    • Hands-On Project 4: Application Deployment Using Platform as a Service
    • Hands-On Project 5: Using Cloud Command Line Interfaces
  • Topics
    • Analytics and ML
    • Cloud Security
    • Containers & Orchestration
    • General
    • Platform Services
    • Serverless Computing
    • Software as a Service
    • Storage Services
    • Virtual Machines

Category: Storage Services

Articles about cloud storage services.

Azure File Share: Basic Management with Python SDK

Posted on December 14, 2022December 14, 2022 by Kyle Schroeder

Within Azure, file shares (fileshares) are one of the two chief systems of cloud storage, the other being blob storage. This guide will walk through an example of how the Python SDK can be used to manage your files in an Azure file share. We will walk through a Python…

Tagged Azure, Azure Python SDK, Storage account
Read More

Extract Zip files in an S3 bucket using the Lambda function

Posted on December 14, 2022December 14, 2022 by Vignesh Narasimhan

How to extract Zip files from the S3 bucket to the target bucket using the Lambda function.

Tagged AWS, Lambda Function, Serverless Computing
Read More

AWS: Backup and Restoring

Posted on December 13, 2022 by Ramya Pradipbhai Patel

This post will serve as a detailed how-to guide for backing up and restoring your data using AWS Backup and going through all of the steps involved in running backups using the AWS web console. Step-By-Step Guide to Backing Up Your Resources Creating a Backup Vault Before backing up your…

Tagged AWS, backup, restore, Storage account
Read More

Blog 2: Copy an object from one AWS S3 Bucket to another S3 Bucket using Python SDK

Posted on December 11, 2022 by Mihir Dixit

In this article, we are going to take a look at how to copy an object from one AWS S3 Bucket to another S3 Bucket using Boto3 python software development kit (SDK). Terminologies AWS S3 bucket An Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services’ (AWS)…

Tagged AWS, AWS Python SDK, Boto3
Read More

Using python SDK to create S3 bucket, upload and download files from S3 bucket

Posted on December 9, 2022December 9, 2022 by Jaya Keerthi Nannapaneni

This blog post will focus on creating the S3 bucket, uploading a file and downloading a file from the S3 bucket. AWS SDK for Python (Boto3) makes it easy to integrate your Python application to create, configure, and manage AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and…

Tagged AWS, AWS Python SDK, Boto3, Storage account
Read More

How To Upload File To Azure Blob Using Python

Posted on December 7, 2022December 7, 2022 by Tarique Shaikh

You can follow along with this article as it walks you through each step of uploading a file to Azure blob storage using Python SDK from Visual Studio Code. One needs a working Azure membership and a Python code editor to get started with this. Let’s start by creating an…

Tagged Azure, Blob, Container, Python, SDK, Storage account
Read More

Copy the Object from One Bucket to Another in AWS S3

Posted on November 27, 2022November 28, 2022 by Vignesh Narasimhan

Here, we are going to see how to copy an object from one bucket to another bucket within the same account using Python SDK.

Tagged AWS, Boto3
Read More

Using python SDK to upload and download the local file into S3 bucket

Posted on November 25, 2022December 12, 2022 by Manjari Kundam

This blog post will look at using the Python boto3 library to upload the local file into S3 bucket and download the file in S3 bucket to local file.

Tagged AWS, Boto3
Read More

Creating and Deleting S3 Buckets using Boto3

Posted on November 25, 2022 by Sai Eka Vardhan Reddy Chitreddy

In this blog, we will create and delete an S3 Bucket using Python SDK or Boto3. We will make use of the inbuilt functions from Boto3 to create and delete an S3 bucket. I’ll also be sharing tips for some error messages I encountered when working on this and these…

Tagged AWS, Boto3
Read More

Host a Static Website on AWS with Python and S3

Posted on November 20, 2022 by Brittany Erickson

Ever needed to host a simple static website? Would you like to be able to create and upload the required files to S3 and never once touch the AWS console? With the python AWS SDK (software development kit), boto3, it is easy to configure an s3 bucket to host a…

Read More

Posts navigation

Older posts

Categories

  • Analytics and ML
  • Cloud Security
  • Concepts
  • Containers & Orchestration
  • Fundamentals
  • General
  • Platform Services
  • Project 1: Cloud Computing Warmup
  • Project 2: Development PC in the Cloud
  • Project 3: Serverless Computing
  • Project 4: App Deployment Using Platform as a Service
  • Project 5: Using the Command Line Interface (CLI)
  • Serverless Computing
  • Service Offerings
  • Software as a Service
  • Storage Services
  • Topics
  • Virtual Machines

Archives

  • January 2024
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Copyright © 2025 UW-Milwaukee Cloud Computing | Regular Blog by Ascendoor | Powered by WordPress.