pkg icon indicating copy to clipboard operation
pkg copied to clipboard

feat: support parallel upload of files in dir.

Open shuangkun opened this issue 1 year ago • 3 comments

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

shuangkun avatar Nov 24 '24 12:11 shuangkun

@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

crenshaw-dev avatar Mar 04 '25 20:03 crenshaw-dev

@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.

shuangkun avatar Mar 07 '25 11:03 shuangkun

The S3 package has been moved to argo-workflows.

crenshaw-dev avatar Mar 28 '25 14:03 crenshaw-dev