S3 Documents Bucket Folder Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.