Refactor object storage API to namespace-based#2258
Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom Jan 7, 2026
Merged
Refactor object storage API to namespace-based#2258cb-github-robot merged 1 commit intocloud-barista:mainfrom
cb-github-robot merged 1 commit intocloud-barista:mainfrom
Conversation
- Preserve proxy-based API as legacy for backward compatibility
- Add native Object Storage CRUD via CB-Tumblebug's own concept/logic
- Support bucket operations: create, get, list, delete, check existence, and location
- Store Object Storage info in CB-Tumblebug metadata DB
- Migrate APIs from `/resources/objectStorage` to `/ns/{nsId}/resources/objectStorage`
- Update ExecuteHttpRequest to return resty response
Member
Author
|
Please note that the ExecuteHttpRequest function and related code have been updated to use the resty Response. |
Member
Author
|
/approve |
seokho-son
reviewed
Jan 7, 2026
| objectStorageGroup.PUT("/resources/objectStorage/:objectStorageName/versioning", rest_resource.SetObjectStorageVersioning) | ||
| objectStorageGroup.GET("/resources/objectStorage/:objectStorageName/versions", rest_resource.ListObjectVersions) | ||
| objectStorageGroup.DELETE("/resources/objectStorage/:objectStorageName/versions/:objectKey", rest_resource.DeleteVersionedObject) | ||
| objectStorageGroup.GET("/resources/objectStorage/:objectStorageName/versioning", rest_resource.GetObjectStorageVersioningLagacy) |
Member
There was a problem hiding this comment.
@yunkon-kim
Lagacy 를 남겨둘 필요가 있을까요? 특별한 의도가 있지 않다면, 완성 단계에서 오래 사용한 기능이 아니므로, deprecate / remove 예정이라면 현재 단계에서 삭제를 해버리고 공지하는 것이 더 바람직할 것 같습니다.
Member
Author
There was a problem hiding this comment.
@seokho-son Backward-compatibility 지원을 위해 당분간 유지하고자 했습니다.
상위 서브시스템에서 신규 API 적용을 완료 후 삭제할 예정입니다.
(cc. @cloud-barista/mc-data-manager-maintainer)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/resources/objectStorageto/ns/{nsId}/resources/objectStorage