Create S3 bucket and upload input video

Content

Create S3 Bucket

In this section, we will create an S3 bucket to store the original videos, considering this bucket as the input bucket.

  1. Access the AWS Management Console

    • Search for S3
    • Select S3 S3
  2. In the left sidebar of the Amazon S3 interface

    • Select Buckets
    • Select Create bucket creat-bucket
  3. Create a bucket

  • In the General configuration section:
    • Bucket type: select General purpose
    • Bucket name: enter bucket-input-ws creat-bucket
    • Uncheck Block all public access in the Block Public Access settings for this bucket creat-bucket
    • Leave the remaining values as default
    • Select Create bucket creat-bucket
  1. Bucket created successfully creat-bucket

Edit bucket policy

Edit the policy to allow anyone to download objects from the bucket.

  1. Access the S3 bucket-input-ws interface.

    • Select the Permissions tab
    • Select Edit Bucket policy policy
    • Select Policy generator policy
  2. In the AWS Policy Generator interface

    • Policy Type: Select S3 Bucket Policy
    • Effect: Select Allow
    • Principal: Enter * (permissions are granted to anyone) policy
    • Actions: Select GetObject policy
    • Amazon Resource Name (ARN) can be viewed in the bucket’s properties section policy
    • Copy the ARN and paste it into the Amazon Resource Name (ARN)
    • Select Add Statement policy
    • Select Generate Policy policy
  3. Copy the policy you just created and paste it into the Edit bucket policy section policy

Create input directory to contain the input video

  1. In the bucket interface

    • Select Create folder folder
  2. Create a folder

    • Folder name: enter input
    • Select Create folder folder
  3. Folder created successfully folder

Upload input video

  1. In input directory

    • Select Upload upload
    • Select Add files upload
  2. Upload the input video from your computer upload

    • Select Upload upload
  3. Video uploaded successfully upload