Skip to content
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

Add a PUT handler for the local bucket server. #1635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erikcarlsson
Copy link

No description provided.

@encore-cla
Copy link

encore-cla bot commented Dec 6, 2024

All committers have signed the CLA.

@@ -1,12 +1,17 @@
package objects

Copy link
Member

Choose a reason for hiding this comment

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

This package implements essentially the “public CDN” for buckets. Do we want to serve the signed uploads/downloads from there, too? I would have thought it’s something implemented by the API server. Our local corresponding thing would be the gcsemu package.

Copy link
Author

Choose a reason for hiding this comment

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

No you are right, the API server is probably a better fit. I'll try that approach and update or close this PR. Thanks.

@erikcarlsson erikcarlsson force-pushed the main branch 2 times, most recently from 5652749 to 5daf8f3 Compare December 16, 2024 08:14
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