<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Yashraj Dudhe]]></title><description><![CDATA[Sharing piece of my wisdom with you. Mainly focused on tech]]></description><link>https://blog.yashrajdudhe.me</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1756992894030/000bef92-41fb-485d-9c9c-fb57db65c4fc.png</url><title>Yashraj Dudhe</title><link>https://blog.yashrajdudhe.me</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 23:40:36 GMT</lastBuildDate><atom:link href="https://blog.yashrajdudhe.me/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How to create a bucket in AWS S3 and upload files (objects) in it]]></title><description><![CDATA[In this blog i will direct you through the process of creation of bucket in aws s3 and upload object in it.
First let me familiarize you with the terminologies:

Bucket : It is like a common repository/directory where you store all of your objects.Ev...]]></description><link>https://blog.yashrajdudhe.me/how-to-create-a-bucket-in-aws-s3-and-upload-files-objects-in-it</link><guid isPermaLink="true">https://blog.yashrajdudhe.me/how-to-create-a-bucket-in-aws-s3-and-upload-files-objects-in-it</guid><category><![CDATA[how to create bucket in aws]]></category><category><![CDATA[how to upload files in aws]]></category><category><![CDATA[create bucket in aws s3]]></category><category><![CDATA[upload files in aws s3]]></category><category><![CDATA[upload folder in aws]]></category><dc:creator><![CDATA[Yashraj Dudhe]]></dc:creator><pubDate>Thu, 04 Sep 2025 13:15:08 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1756989466028/babb8746-ffa4-4c86-9b26-815c4dbb109f.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In this blog i will direct you through the process of creation of bucket in aws s3 and upload object in it.</p>
<p>First let me familiarize you with the terminologies:</p>
<ul>
<li><p><strong>Bucket</strong> : It is like a common repository/directory where you store all of your objects.Every file, image, or piece of data you upload is stored inside a bucket. You must create a bucket before you can upload data to S3.<br />  <em>Analogy -&gt;</em> Think of an S3 bucket as a giant storage box in the cloud, where you place files, images, documents, or even backups. Each item is labeled (key), and you can organize, retrieve, or control access to everything inside</p>
</li>
<li><p><strong>Object:</strong> In AWS S3, an <strong>object</strong> is a single file and all its associated metadata that is stored in a bucket. <em>Object = File + Metadata</em><br />  <em>Analogy -&gt;</em> If a bucket is like a storage box, an object is any item inside it (file), with a unique label so you can find and manage it later.</p>
</li>
</ul>
<p>Step by Step bucket creation:</p>
<ol>
<li><p><a target="_blank" href="https://aws.amazon.com/console/">Open AWS console</a></p>
</li>
<li><p>Sign in or Create a account</p>
</li>
<li><p>Click on view all services → go to storage → click on S3 or Search S3 in search bar and click on it</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756991071195/77e9ff79-a10b-4835-8e93-9624afa57ccf.png" alt class="image--center mx-auto" /></p>
<p> Click on create bucket</p>
</li>
<li><p>Leave everything else on default just enter your bucket name</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756991144062/040233e6-ebb2-49df-9a16-6d9e62202525.png" alt class="image--center mx-auto" /></p>
<p> Click on create a bucket at the end</p>
</li>
<li><p>Click on the bucket name which you have just created</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756991235636/6a9de844-403f-46ee-8141-b66fdd890f54.png" alt class="image--center mx-auto" /></p>
<p> Click on upload</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756991293177/b0a0a59b-4ed0-4d0e-bd7c-f3495918ba5c.png" alt class="image--center mx-auto" /></p>
<p> Upload the files or folder by clicking on Add files/ Add folder</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756991339985/93088f02-3a07-441d-aacd-b7fe5640d305.png" alt class="image--center mx-auto" /></p>
<p>Lastly click on upload</p>
</li>
</ol>
<p>You’ve successfully created a bucket and uploaded object in it.</p>
<p>📝<em>Note: The object which you have uploaded doesn’t allow public access, which means you cant share it to others because while creating the bucket you clicked on block public access. To share your object publicly wait for the next blog</em></p>
]]></content:encoded></item></channel></rss>