You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: