Search code examples
amazon-web-servicessubdirectorybucket

sub-bucket in AWS S3


I'm starting with AWS S3, I already created a bucket, but I do not know how to manage it. For example, bucket named: testing, then I'd like to create a sub-bucket named: company1, company2.

In each of sub-bucket, I'm gonna put my document on it, like doc1.pdf, doc2.pdf, etc.

However, I cannot' find any documents about sub-folder or sub-bucket.

Any helps will be appreciated.


Solution

  • In short, there is no concept of creating a bucket within a bucket or sub-buckets, you can find more information on Bucket Restrictions and Limitations.

    But AWS S3 supports the concept of folders inside buckets, Read more here