Hi,
I'm following setup instructions on
http://socorro.readthedocs.io, redoing our quite outdated socorro deployment with current version (forced by persona decommission).
I see socorro now supports storing crashes and symbols in S3. I found configuration for processor to store crashes in S3 and I see configs for crash-stats to upload symbols to S3, but I can't find configuration for processor to use symbols from S3 directly.
This looks like it accepts only filesystem paths:
processor__raw_to_processed_transform__BreakpadStackwalkerRule__processor_symbols_pathname_list
Is it possible to configure processor to directly use S3 for symbols and avoid mounting the bucket in local filesystem?
Thanks.