# S3 Documents Bucket Folder Structure

We will be using a dedicated S3 Bucket to keep all of our documents from all the users inside a single bucket. The bucket will have one folder **/public-files** which will be visible to all the logged-in user.

{% hint style="info" %}
Later we will configure to allow admin users to upload/delete files to **/public-files** folder using Cognito group configuration.
{% endhint %}

The bucket will have individual user folders under the /users root folder, this folder will contain all the files uploaded by the users. They can view, download, delete the files uploaded here.&#x20;

![](https://1642315733-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MCam2LtfwWxgwwpbHcu%2F-MCeAx3RZvN8DlEtCEVO%2F-MCeHdF2b4gGNxKAtrcJ%2FScreen%20Shot%202020-07-20%20at%209.05.15%20AM.png?alt=media\&token=e71fa82b-029e-4da5-ad63-5b00156df40d)

{% hint style="warning" %}
You will need to create the **/public-files** and **/users** folders in the bucket.&#x20;
{% endhint %}
