Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Folder in S3 for Each Project #70

Open
DanielJDufour opened this issue Jul 11, 2019 · 3 comments
Open

Create Folder in S3 for Each Project #70

DanielJDufour opened this issue Jul 11, 2019 · 3 comments
Assignees

Comments

@DanielJDufour
Copy link
Member

Description

For each submission, create a separate folder in S3

Acceptance Criteria

Lambda function creates S3 folder through CLI

Mocks

Each folder would have a slugified name of the project

Reference Links

@d3netxer
Copy link
Collaborator

question why this is really needed, the S3 bucket is supposed to work behind the scenes and is not meant to be a way to view or manage uploaded documents. The Github pull requests will have all the metadata, including name of the project and filename.

@shawnmgoulet
Copy link
Collaborator

My biggest concern around this was related to things like associated media not getting erased and becoming orphaned & not necessary, but taking up memory.

I understand that you'd need a sizeable amount of memory consuming media to make a cost impact, so it isn't too concerning, but really management of things if things go awry on project upload somehow. These kinds of things is where my head was at on this.

@d3netxer
Copy link
Collaborator

I could see the benefit of having a type of cleanup script that would parse all of the projects for the urls of the content files and thumbnails and delete all files that are not linked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants