-
Notifications
You must be signed in to change notification settings - Fork 100
Add upload-artifact-s3 action #6659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…9af838c04fd81a07f1d47
Based on seemethere/upload-artifact-s3@e100392 Co-authored-by: Eli Uriegas <[email protected]> Co-authored-by: Nikita Shulga <[email protected]>
@zklaus is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
Hi @zklaus! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Hi @zklaus can we include small README.md file in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
When this PR gets merged, we should migrate the use of the older action to the newer one. I have created a tracking issue for that at #6755 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for moving this item along. I know @jwagantall will be happy to see this move forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It feels like we are checking a lot of build artifacts into repo, or is it really 208 files large
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I see that original action was also pretty large
This adds an updated version of the upload-artifact-s3 action to this repo.
It is based on the original actions/upload-artifact action as well as the currently used seemethere/upload-artifact-s3 action.
However, since the latter is based on a rather old version of the former and because there have been substantial changes to the underlying aws-sdk since then, a lot of the s3 code was rewritten and integrated with the latest version of the original actions/upload-artifact action.
Testing was performed in a separate repository; the logs for the test jobs are available.
This version also adds a few s3 specific features, such as new metadata outputs and s3 acl handling, which are detailed in the README.
This PR replaces half of pytorch/pytorch#6269, the other half being the corresponding download action.
It also addresses part of pytorch/ci-infra#242.