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

spx-backend: store only object keys, not full URLs in the database #411

Open
aofei opened this issue Apr 28, 2024 · 1 comment
Open

spx-backend: store only object keys, not full URLs in the database #411

aofei opened this issue Apr 28, 2024 · 1 comment
Assignees

Comments

@aofei
Copy link
Member

aofei commented Apr 28, 2024

We plan to support kodo:// and http(s):// schemes.

For kodo://, the format will be kodo://bucket/object. The host part is the bucket name, and the path part is the object key. This supports multiple buckets for different regions, improving UX by storing data closer to users. It also allows for future integration of other storage services, like s3://bucket/object.

Support for http(s):// ensures backward compatibility and the use of external data.

@aofei aofei self-assigned this Apr 28, 2024
@nighca

This comment was marked as outdated.

aofei added a commit to aofei/.goplus.builder that referenced this issue May 15, 2024
aofei added a commit to aofei/.goplus.builder that referenced this issue May 15, 2024
aofei added a commit to aofei/.goplus.builder that referenced this issue May 15, 2024
aofei added a commit to aofei/.goplus.builder that referenced this issue May 15, 2024
aofei added a commit that referenced this issue May 15, 2024
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

No branches or pull requests

2 participants