-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create S3 bucket for artifacts to replace the current gha-artifacts bucket #34
Comments
@jeanschmidt does the description sound correct to you? |
While we are in this transitory process, would someone mind posting a link, stating that this would not incur egress costs(nor throttling0 while accessing this new bucket from the current AWS account |
Create the pytorch-ci-artifacts s3 bucket for storing build artifacts and apply the necessary access policy to the build nodes for the actions runners. This creates a publicly available S3 Bucket for read access to anonymous users. While requiring OIDC authentication for write access by GitHub Actions. Issue: #34 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
By default AWS S3 Bucket costs are assigned to the owner of the bucket. There is a configuration that can be enabled however to assign the costs to the requestor to pay for the transfer costs. |
The current gha-artifacts S3 bucket is not managed by the PyTorch Foundation AWS account. This issue is to track creation of a solution for this.
The bucket needs to be publicly readable so that developers can fetch the data stored in the bucket but write access also needs to be provided to infrastructure to deploy the artifacts to during build time. Authenticate using OIDC.
The text was updated successfully, but these errors were encountered: