all repos — website @ c29cfaa65b9e3219a1556d872601733970d92ffa

personal website hosted at prithu.xyz, built using hugo

content/notes/2023-11-15T22:46:00-aws-s3-folders.md

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
---
title: 'TIL: AWS s3 folders'
date: 2023-11-15T22:46:00Z
slug: aws-s3-folders
tags:
- aws
- til
---

Although s3 has a flat structure—unlike a filesystem—it has a concept of "folders". Folders are 0-byte objects whose key
names end with a '/' When you create a folder from the s3 console it creates
this object automatically and you can manually create it using cli with an
object key ending in '/'

https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-folders.html