feat: support parallel upload of files in dir.
Support parallel upload of files in dir.
Speed up upload when many files in the dir. to solve https://github.com/argoproj/argo-workflows/issues/9022
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@shuangkun what do you think about just moving this s3 code into the argo-workflows repo for easier maintenance? It looks like argo-workflows is the only user of this module. https://github.com/argoproj/argo-cd/issues/22175
@shuangkun what do you think about just moving this s3 code into the argo-workflows repo for easier maintenance? It looks like argo-workflows is the only user of this module. argoproj/argo-cd#22175
Indeed, I agree it will be easier to maintain if S3 code can be moved to argo workflows. Now to update feature about s3, you need to update two repos, which is a bit troublesome.
The S3 package has been moved to argo-workflows.