Skip to content

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

dleviminzi
Copy link
Contributor

No description provided.

Makefile Outdated
Comment on lines 40 to 41
cd hack; kubectl apply -f deployment.yaml; kubectl apply -f service.yaml; cd ..
Copy link
Contributor Author

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 {
Copy link
Contributor

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)
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed it

@dleviminzi dleviminzi requested a review from luke-lombardi May 1, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants