apache / apache/arrow-rs-object-store

Support Object Composition

Open
#121 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
322
Forks
212
Avg merge
5d 2h
Merged PRs (30d)
10

Description

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**

Various stores have facilities for object composition:

* https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html
* https://cloud.google.com/storage/docs/xml-api/put-object-compose
* https://learn.microsoft.com/en-us/rest/api/storageservices/put-block-from-url

**Describe the solution you'd like**

Not sure, but documenting that this is something supported by the stores but not the `ObjectStore` trait

**Describe alternatives you've considered**

**Additional context**

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the ObjectStore trait and the object-composition API references for AWS S3, Google Cloud Storage, and Microsoft storage. Clarify the intended cross-store behavior and API shape before implementation; done should include an agreed trait design and support for the relevant stores.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend-api-design, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.