You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior art for this is object_store_s3_wasm for an aws-sdk + siblings based approach.
The original in arrow-rs/object_store is more or less a from-scratch implementation (with the exception of reqwest), and is likely a very bad idea to try to replicate here.
The text was updated successfully, but these errors were encountered:
H-Plus-Time
changed the title
TODO: aws ro support
TODO: aws ro support - slim down/refactor
Apr 14, 2024
H-Plus-Time
changed the title
TODO: aws ro support - slim down/refactor
TODO: aws slim down/refactor
Apr 14, 2024
The version inlined from object_store_s3_wasm includes a number of fairly beefy dependencies (after wasm-opt, the size delta for the aws feature is ~2.5MB on an initial size of 640kB). Hopefully most of those are largely unimportant (that is, we only use one or two structs, that could be inlined).
Prior art for this is object_store_s3_wasm for an aws-sdk + siblings based approach.
The original in arrow-rs/object_store is more or less a from-scratch implementation (with the exception of reqwest), and is likely a very bad idea to try to replicate here.
The text was updated successfully, but these errors were encountered: