Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 610
Tran Tam Avatar asked Aug 18 '14 04:08

Tran Tam


1 Answers

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

like image 162
Robert Christopher Avatar answered Sep 27 '22 23:09

Robert Christopher