-
Notifications
You must be signed in to change notification settings - Fork 4
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
Old bundles not being deleted from AWS #21
Comments
Hey @ssvmvss, I love the idea of cleaning up S3 for files that are unneeded! The hard part is that I'm not exactly sure how we should implement this. There are some aspects that this would have to handle:
We might be able to develop a new versioning or hashing URL structure to get around this then be able to delete things more easily. Here are some ideas:
As for short-term actions, I've just added a @ssvmvss, do you have any ideas on how we could implement what you're talking about in a simpler way? Any ideas from your previous experience doing things like this? |
Cross referencing this thread: The static.buffer.com bucket with our our bundles only cost $83 in August compared to our total cost of $21k for s3 that month. While We should clean things up, this isn't a huge a cost so it might be worth the time right now. |
Purpose
Bundled files that are being uploaded by this are never getting removed from AWS taking a lot of space. Could we add some kind of worker that takes care of removing the ones that get old?
The text was updated successfully, but these errors were encountered: