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

PDS: Limit size per scan job #3704

Open
sven-dmlr opened this issue Dec 4, 2024 · 0 comments
Open

PDS: Limit size per scan job #3704

sven-dmlr opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request operation pds
Milestone

Comments

@sven-dmlr
Copy link
Member

Situation

With pds.archive.extraction.max-file-size-uncompressed we have a parameter to limit the extracted size of a .zip file.

With pds.upload.maximum.bytes we have a parameter that limits the size of direct uploads.

However if a file is fetched from a shared storage (e.g. S3) then currently no size limit is in place neither for sourcecode nor for binaries.

Wanted

We want a parameter to limit the size of fetched files from external storage
for both: .zip/sourcecode and .tar/binaries.
Something like:
pds.download.maximum.bytes

@sven-dmlr sven-dmlr added enhancement New feature or request operation pds labels Dec 4, 2024
@sven-dmlr sven-dmlr added this to the PDS 2.1.0 milestone Dec 4, 2024
@sven-dmlr sven-dmlr modified the milestones: PDS 2.1.0, PDS 2.2.0 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request operation pds
Projects
None yet
Development

No branches or pull requests

1 participant