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

Feature: Store Exception dumps in S3 #41

Open
baschny opened this issue Jan 8, 2021 · 3 comments
Open

Feature: Store Exception dumps in S3 #41

baschny opened this issue Jan 8, 2021 · 3 comments

Comments

@baschny
Copy link
Contributor

baschny commented Jan 8, 2021

Idea for a new feature:

Having a Neos application running in AWS ECS and different containers makes it more difficult to track the location of the exception dumps (which could be useful in production to debug certain problem). One idea to solve that would be to have an implementation of ThrowableStorageInterface that is able to store the exception dumps in a S3 bucket (as opposed to Data/Logs/Exception FileStorage).

Maybe this is out of scope of this extension but it would fit the configuration that is already present here (credentials etc), so it might be useful to have the functionality in place here at first.

@dfeyer
Copy link
Contributor

dfeyer commented Mar 11, 2021

I'm working on a dedicated package to handle this, hope to have something out during the next few weeks

@kdambekalns
Copy link
Member

@dfeyer Did you ever finish that package you mentioned?

@baschny
Copy link
Contributor Author

baschny commented Jul 4, 2023

@dfeyer hard at work? :)

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

No branches or pull requests

3 participants