(acl blob)
Returns the access control list for blob
.
Returns the access control list for `blob`.
(cache-control blob)
Returns the cache control for blob
.
Returns the cache control for `blob`.
(content-encoding blob)
Returns the content encoding for blob
.
Returns the content encoding for `blob`.
(delete! storage blob)
Delete the blob
from object storage.
Delete the `blob` from object storage.
(get storage blob)
Get the blob
from object storage.
Get the `blob` from object storage.
(google config)
Returns a new Google Cloud storage.
Returns a new Google Cloud storage.
(in-memory config)
Returns a new in-memory storage.
Returns a new in-memory storage.
(meta-data blob)
Return the MD5 sum for blob
.
Return the MD5 sum for `blob`.
(save! storage blob)
Save the blob
to object storage.
Save the `blob` to object storage.
(-delete! storage blob)
(-get storage blob)
(-save! storage blob)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close