Change ExportedFileArtifact to use CompressedDirectory type
Open
enhancement
- Dominant language
- Python
- Stars
- 794
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Right now artifacts are generated file by file, so that drastically increases the number of Tasks that get executed in cases where there are lots of files (e.g. HTTP logs). We should either change the existing `ExportFileArtifact` evidence type to be a subclass of `CompressedDirectory` or create a new one that is.
Contributor guide
Assessment
This issue has not been assessed yet.