-
Notifications
You must be signed in to change notification settings - Fork 389
Support using EFS for storage #154
Comments
I would also like to see the use of EFS for both file storage for scanning as well as for the storage of virus definitions. |
@jny986 - I am curious what the use case for storing virus definitions on EFS would be? The path for virus definitions is already an Configuration option with the |
Hi @shawnjohnson , did you manage to route the path to EFS storage instead of using the tmp lambda storage? Thanks |
@tengfone - We added the ability to override the default path of |
@shawnjohnson Thank you v much! Will be using that! |
Can this be PR'ed into the main repo - seams like a great addition |
The new EFS storage feature for Lambda opens up some interesting options to work around the Large file issue, as well as virus definitions. We are currently trying to figure out a way around running out of space while scanning a 300 MB file. It seems like it could be possible to change the code around this line to allow an alternative path to be provided, perhaps via new configuration option?
The text was updated successfully, but these errors were encountered: