-
Notifications
You must be signed in to change notification settings - Fork 1
Additional support for caching from s3 #49
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: master
Are you sure you want to change the base?
Conversation
Makefile
Outdated
cd hack; kubectl apply -f deployment.yaml; kubectl apply -f service.yaml; cd .. |
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.
still need this stuff for local dev (+ svc.yaml below)
FUSE = 2; | ||
CDN = 3; | ||
} | ||
message StoreContentFromSourceRequest { |
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.
add new line
pkg/s3_client.go
Outdated
@@ -42,7 +43,12 @@ func NewS3Client(ctx context.Context, sourceConfig S3SourceConfig) (*S3Client, e | |||
cfg.BaseEndpoint = aws.String(sourceConfig.EndpointURL) |
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.
do we still need this line if we're doing it later on line 46?
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.
removed it
No description provided.