ASP.NET: Working with an AWS S3 Bucket

Go to class
Write Review

Free Online Course: ASP.NET: Working with an AWS S3 Bucket provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. ASP.NET: Working with an AWS S3 Bucket is taught by Ervis Trupja.

Overview
  • Learn to use AWS S3 Buckets to save time and money on your data infrastructure setup.

Syllabus
  • Introduction

    • Using AWS S3 buckets
    • What you should know
    1. Getting Started with S3 Buckets
    • What is AWS and AWS S3?
    • AWS S3 key concepts
    • Setting up an AWS account
    • Setting up the development environment
    2. Working with AWS S3 Buckets and Folders
    • Creating a connection with AmazonS3Client
    • Creating and listing your AWS S3 buckets
    • Updating bucket settings
    • Adding folders and subfolders to a bucket
    • Deleting buckets
    3. Working with Objects in AWS S3 Buckets
    • Uploading and listing objects in bucket
    • Updating file/object metadata
    • Copying files from one bucket to another
    • Generating object download links
    • Removing objects from a bucket/folder
    4. AWS S3 Multipart Uploads
    • Why use multipart uploads?
    • Setting up UploadController
    • Initializing multipart upload
    • Creating and uploading chunks
    • Completing multipart upload
    • Aborting a multipart upload request
    • Tracking upload progress
    Conclusion
    • Where to go next?