Module delimited
object_
store
0.10.2
Module delimited
Module Items
Functions
In crate object_
store
Modules
aws
azure
buffered
chunked
delimited
gcp
http
limit
local
memory
multipart
path
prefix
signer
throttle
Structs
AttributeValue
Attributes
AttributesIter
BackoffConfig
ClientOptions
GetOptions
GetResult
ListResult
ObjectMeta
PutMultipartOpts
PutOptions
PutPayload
PutPayloadIntoIter
PutPayloadIter
PutPayloadMut
PutResult
RetryConfig
StaticCredentialProvider
TagSet
UpdateVersion
WriteMultipart
Enums
Attribute
ClientConfigKey
Error
GetRange
GetResultPayload
ObjectStoreScheme
PutMode
Constants
OBJECT_STORE_COALESCE_DEFAULT
Traits
CredentialProvider
MultipartUpload
ObjectStore
Functions
coalesce_ranges
collect_bytes
parse_url
parse_url_opts
Type Aliases
DynObjectStore
MultipartId
Result
UploadPart
object_store
Module
delimited
Copy item path
Settings
Help
Summary
source
Expand description
Utility for streaming newline delimited files from object storage
Functions
§
newline_
delimited_
stream
Given a
Stream
of
Bytes
returns a
Stream
where each yielded
Bytes
contains a whole number of new line delimited records accounting for
\
style escapes and
"
quotes