PowerShell Amazon Web Services (AWS) Simple Storage Service (S3)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

This documentation section focuses on developing against the Amazon Web Services (AWS) Simple Storage Service (S3). S3 is truly a simple service to interact with. You create S3 "buckets" which can contain zero or more "objects." Once you create a bucket, you can upload files or arbitrary data into the S3 bucket as an "object." You reference S3 objects, inside of a bucket, by the object's "key" (name).

Parameters

ParameterDetails
BucketNameThe name of the AWS S3 bucket that you are operating on.
CannedACLNameThe name of the built-in (pre-defined) Access Control List (ACL) that will be associated with the S3 bucket.
FileThe name of a file on the local filesystem that will be uploaded to an AWS S3 Bucket.


Got any PowerShell Question?