S3 integrated HTTP Gatway for static web-hosting #111
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#111
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a draft, more details will be available later in the comments.
Description
S3 protocol supports static web-hosting based on the object in specific bucket. Objects represent assets and web-pages. FrostFS stack should provide a way to configure and distribute static web-pages.
To configure static web-pages, S3 gateway must define configuration scheme and implement:
source
Key difference with current implementation of HTTP Gateway
/get/
to access dataAlternatives
Implement HTTP server inside S3 Gateway
AWS provides separate endpoint for static web-hosting and highlights security diversion between services, so it makes sense to split it in FrostFS too.
Fork HTTP gateway and implement web-hosting mechanism as separate service
Still a viable option.