oclif / oclif

CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.
https://oclif.io
MIT License
9.05k stars 318 forks source link

Use Upload from @aws-sdk/lib-storage instead of PutObjectCommand from @aws-sdk/client-s3 #1592

Open shamsartem opened 1 month ago

shamsartem commented 1 month ago

Uploading artifacts was not working for us in CI, probably cause we have a pretty big CLI around 80mb when packed

We already have a solution. We patched oclif to use Upload from @aws-sdk/lib-storage instead of PutObjectCommand from @aws-sdk/client-s3 package and it seems to work nicely: https://github.com/fluencelabs/cli/blob/d0a6dd69e54b5cfdbde926e6e3aaefadba14bdc6/packages/cli/package/.yarn/patches/oclif-patch-c5b232dd7e.patch

github-actions[bot] commented 2 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.