seebees

Results 16 comments of seebees

https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#updating-your-actions-for-oidc I don't know everything :) My understanding is that this variable is set, along with `ACTIONS_ID_TOKEN_REQUEST_URL` in GitHub actions hosted runners. This information is used to connect to the...

This is great. I just tossed this together. I'm not terribly familiar with the codebase :) What was at stake for me was getting a better onboarding experience. Feel free...

@amouly @RusseII @gbataille https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property should do what you want. Under it all S3 must know the size of the object, but upload will intelligently chunk the message into S3 for...

`upload` wraps the multi part upload. `putObject` is just an S3 put, so it requires knowing the exact size. You can use `upload` to manipulate the `partSize` per the documentation...

@isaacs, hum... Why don't you use it anymore? Do you use something else or do you just use the built in cluster module? It seems to me that this direction...

Yup... that sounds right. The cluster stuff seems more like an ops function since it provides faster recovery, fault tolerance, maybe some monitoring magic... I'll start playing around and we...