Closed chenjill closed 3 years ago
Current promote&quarantine plugin only support files less than 5GBs. When it tries to move a file over 5GBs, it raise following error:
Using s3 copy() function instead of copy_object().
n/a
post-scan-actions/aws-python-promote-or-quarantine
Problem to solve
Current promote&quarantine plugin only support files less than 5GBs. When it tries to move a file over 5GBs, it raise following error:
Proposed solution
Using s3 copy() function instead of copy_object().
Alternatives
n/a
Additional context
n/a