Skip to content

Add object operations for Object Storage API#2263

Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom
yunkon-kim:260109-09
Jan 9, 2026
Merged

Add object operations for Object Storage API#2263
cb-github-robot merged 1 commit intocloud-barista:mainfrom
yunkon-kim:260109-09

Conversation

@yunkon-kim
Copy link
Copy Markdown
Member

  • Add presigned URL generation for uploads/downloads
  • Add object listing, info retrieval, and deletion
  • Enable HEAD method in HTTP client for metadata operations
  • Change create method from POST to PUT to align with standard pattern
  • Update Swagger documentation with usage examples

- Add presigned URL generation for uploads/downloads
- Add object listing, info retrieval, and deletion
- Enable HEAD method in HTTP client for metadata operations
- Change create method from POST to PUT to align with standard pattern
- Update Swagger documentation with usage examples
@yunkon-kim yunkon-kim requested a review from seokho-son as a code owner January 9, 2026 08:08
@yunkon-kim
Copy link
Copy Markdown
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Jan 9, 2026
@cb-github-robot cb-github-robot merged commit 194220e into cloud-barista:main Jan 9, 2026
4 checks passed
@yunkon-kim yunkon-kim deleted the 260109-09 branch January 9, 2026 08:17
ConnectionName string `json:"connectionName" validate:"required" example:"aws-ap-northeast-2"`
// ObjectStorageLocationResponse represents the response structure for object storage location
type ObjectStorageLocationResponse struct {
LocationConstraint string `json:"locationConstraint" example:"ap-northeast-2"`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@yunkon-kim LocationConstraint 의 용도와 사용 방식에 대해서 공유해주실 수 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved This PR is approved and will be merged soon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants