Fetch object (file) from S3, resolve it to JSON, text, or binary and optionally cache it to the box.
NOTE: Caching is stored under the /synapticon/oblac-drives/ prefix path because the bundle file includes the cache at that location.
The object resolved to the specified type.
The path to the object (file) in S3.
The type to resolve the object to: 'blob', 'json', or 'text'.
Flag to indicate if the object should be cached to the box.
Generated using TypeDoc
Fetch object (file) from S3, resolve it to JSON, text, or binary and optionally cache it to the box.
NOTE: Caching is stored under the /synapticon/oblac-drives/ prefix path because the bundle file includes the cache at that location.
Returns
The object resolved to the specified type.