S3 Documents Bucket Folder Structure
Last updated
Last updated
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.
Later we will configure to allow admin users to upload/delete files to /public-files folder using Cognito group configuration.
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.
You will need to create the /public-files and /users folders in the bucket.