Skip to content

Additional support for caching from s3#49

Closed
dleviminzi wants to merge 11 commits intomasterfrom
dlm/cache-images-from-s3
Closed

Additional support for caching from s3#49
dleviminzi wants to merge 11 commits intomasterfrom
dlm/cache-images-from-s3

Conversation

@dleviminzi
Copy link
Copy Markdown
Contributor

No description provided.

Makefile Outdated
Comment on lines +40 to +41
helm install blobcache-valkey oci://registry-1.docker.io/bitnamicharts/valkey --set architecture=standalone --set auth.password=password
cd hack; kubectl apply -f deployment.yaml; kubectl apply -f service.yaml; cd .. No newline at end of file
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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