How to upload an object on AWS S3 Bucket?

Learn More on AWS S3:

Now, Let’s start

Step1: Navigate to the bucket

  • Amazon S3 > Buckets
  • Click on the Bucket name.

s3-bucket-list

Step2: Upload

  • Click on Upload

upload-object

  • It’ll redirect to the upload page.
  • Now you can select either files or folders.
  • You also drag & drop the files or folders.

add-file.png

  • Click on Add files
  • Select file from your local system.
  • Scroll down the page and click on Upload

s3-upload-file

  • Depending on the files size it will take some time to upload the files and once done, you will see success message.

s3-object

  • Click Close to go back to the objects list

Congratulations!!
You have successfully uploaded your first object on the S3 Bucket.


Learn More on AWS S3:

Explore More AWS Posts

  • AWS
  • 3 min read
Mastering Boto3: The AWS SDK for Python - Tips and Tricks

Learn how to use Boto3, the AWS SDK for Python, to interact with AWS services. From clients to resources to wrappers, tips and examples to boost your…

Read More
  • AWS
  • 11 min read
Optimizing Boto3: Wrapping AWS SDK for Python for Better Performance

Learn how to wrap Boto3, the AWS SDK for Python, to optimize performance and add custom functionality. Tips, examples and best practices to boost you…

Read More
  • AWS
  • 6 min read
Streamline CAS Enrollment with CloudFormation and boto3: A Comprehensive Guide

Get a comprehensive guide on how to streamline CAS enrollment with AWS CloudFormation & boto3, automate resource provisioning and manage permissions …

Read More
  • AWS
  • 8 min read
AWS CloudFormation and boto3: The ultimate guide to enrolling in CAS and checking permissions

Learn how to automate CAS enrollment with AWS CloudFormation and check permissions using boto3 for efficient resource provisioning and management.

Read More
  • AWS
  • 3 min read
How to delete AWS S3 bucket?

You can delete an empty Amazon S3 bucket.

Read More
  • AWS
  • 2 min read
View the S3 Bucket Object

A newly created bucket is always private by default and all objects belonging to the bucket is private.

Read More