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
The current object storage API runs over RPC method with getObject and putObject methods. This works for us as a simple object store but is not a great general purpose DX.
I'd like to explore, using the new service binding worker setup, a storage worker that binds the core DOs but expose a subset of the S3 API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current object storage API runs over RPC method with
getObject
andputObject
methods. This works for us as a simple object store but is not a great general purpose DX.I'd like to explore, using the new service binding worker setup, a storage worker that binds the core DOs but expose a subset of the S3 API.
cc: @szkl @alfl
Beta Was this translation helpful? Give feedback.
All reactions