Support a new package type s3
#1953
Replies: 2 comments 1 reply
-
will come back to this :) just busy on other stuff. thanks for making a discussion... |
Beta Was this translation helpful? Give feedback.
-
Hey @suzuki-shunsuke i read on your Blog that a refs toting is planned. Actually o am really happy about this because it’s hard to work on the code base as it is. regarding s3 it might be useful to use the minio mc cli as it supports all s3 implementions that are common like google , Amazon and minio. https://github.com/minio/mc#example---amazon-s3-cloud-storage https://github.com/minio/mc#example---google-cloud-storage The other thing I was thinking about is a s3 proxy, that works like the aqua proxy. The idea here is that registry files get huge I noticed. The yaml we can’t reduce but he way the Aqua proxy only pulls the actual binary when you call for it is what I mean. We should match that with the s3 provider so you can have huge s3 stores but your local machine only needs to hold the ones you pulled. |
Beta Was this translation helpful? Give feedback.
-
Feature Overview
Support a new package type
s3
.Why is the feature needed?
To install private tools from S3.
Does the feature include Breaking Changes?
No.
Example Code
registry.yaml
Authentication
Authenticate with AWS SDK for Go.
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/config
Reference
Beta Was this translation helpful? Give feedback.
All reactions