mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-21 10:06:37 +00:00
feat: enhance authentication with JWT support and clean up unused code
This commit is contained in:
@@ -26,7 +26,6 @@ type ListObjectsRequest struct {
|
||||
}
|
||||
|
||||
// UploadObjectRequest represents metadata for an object upload
|
||||
// Note: The actual file data comes from multipart form or request body
|
||||
type UploadObjectRequest struct {
|
||||
Bucket string `json:"bucket" validate:"required"`
|
||||
Key string `json:"key" validate:"required"`
|
||||
|
||||
Reference in New Issue
Block a user