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
I think the following API should work and eventually allow providing default implementations of list and list_with_delimiter that call through to list_opts
We could expose an API that more explicitly exposes the paginated nature of the underlying APIs, however, such APIs are quite cumbersome to use, and wouldn't obviously translate to LocalFileSystem.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We should add an ObjectStore::list_opts to allow
Extensions
feat: addExtensions
to object storePutOptions
#7213Describe the solution you'd like
I think the following API should work and eventually allow providing default implementations of
list
andlist_with_delimiter
that call through tolist_opts
Describe alternatives you've considered
We could expose an API that more explicitly exposes the paginated nature of the underlying APIs, however, such APIs are quite cumbersome to use, and wouldn't obviously translate to LocalFileSystem.
Additional context
The text was updated successfully, but these errors were encountered: