AWS Hosting - sjstark/booth-it GitHub Wiki

users/

A directory for all user related content hosting.

users/<userId>

A subdirectory dedicated to a specific user.

users/<userId>/profilePic.jpg

An image saved to AWS S3 to be used as the user's prfile picture on the application.

shows/

A directory for all show related content hosting.

shows/<showId>

A subdirectory dedicated to a specific show.

shows/<hashedShowId>/logo

An image saved to AWS S3 to be used as the show's prfile picture on the application. File type is variable, but png is preferred.

booths/

A directory for all booth related content hosting.

booths/<hashedBoothId>

A subdirectory dedicated to a specific booth.

booths/<hashedBoothId>/logo

An image saved to AWS S3 to be used as the booth's prfile picture on the application. File type is variable, but png is preferred.

booths/<hashedBoothId>/content/

A dynamic folder that holds all content that users upload for a booth's profile.

⚠️ **GitHub.com Fallback** ⚠️