flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

Feature: Store Exception dumps in S3 #41

Open baschny opened 3 years ago

baschny commented 3 years ago

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 commented 3 years ago

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

kdambekalns commented 2 years ago

@dfeyer Did you ever finish that package you mentioned?

baschny commented 1 year ago

@dfeyer hard at work? :)