HTTP requests for Object Stores
object_http(
verb = "GET",
url,
datasource_type,
config = list(),
headers = list(),
request_body = "",
write_disk = NULL
)
a response
object.
A character string containing an HTTP verb, defaulting to “GET”.
Signed URL to download object at.
Type of datasource the object is stored in.
A list of config values for the REST call.
A list of request headers for the REST call.
A character string containing request body data.
An argument like write_disk
to
write the result directly to disk.
This is mostly for internal use by object store APIs.