Skip to content

feat(storage): Implement ObjectStoreStorage::S3#2257

Draft
CTTY wants to merge 2 commits intoapache:mainfrom
CTTY:ctty/os-s3
Draft

feat(storage): Implement ObjectStoreStorage::S3#2257
CTTY wants to merge 2 commits intoapache:mainfrom
CTTY:ctty/os-s3

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented Mar 19, 2026

Which issue does this PR close?

What changes are included in this PR?

Are these changes tested?

@CTTY CTTY changed the title feat(storage): Implement Storage for object-store feat(storage): Implement ObjectStoreStorage::S3 Mar 19, 2026
if config.allow_anonymous {
builder = builder.with_skip_signature(true);
}

Choose a reason for hiding this comment

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

not sure if this is in scope of the pr, but it would be great if we could attach a custom tokio runtime handle to spawn io tasks, something along the lines of

if let Some(handle) = io_runtime {
      builder = builder.with_http_connector(SpawnedReqwestConnector::new(handle));
}

see: apache/arrow-rs-object-store#13

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ObjectStoreStorage::S3

2 participants