Liking cljdoc? Tell your friends :D

burningswell.services.storage


aclclj

(acl blob)

Returns the access control list for blob.

Returns the access control list for `blob`.
raw docstring

acl-publicclj


cache-controlclj

(cache-control blob)

Returns the cache control for blob.

Returns the cache control for `blob`.
raw docstring

content-encodingclj

(content-encoding blob)

Returns the content encoding for blob.

Returns the content encoding for `blob`.
raw docstring

delete!clj

(delete! storage blob)

Delete the blob from object storage.

Delete the `blob` from object storage.
raw docstring

getclj

(get storage blob)

Get the blob from object storage.

Get the `blob` from object storage.
raw docstring

googleclj

(google config)

Returns a new Google Cloud storage.

Returns a new Google Cloud storage.
raw docstring

in-memoryclj

(in-memory config)

Returns a new in-memory storage.

Returns a new in-memory storage.
raw docstring

md5clj

(md5 blob)

Return the MD5 sum for blob.

Return the MD5 sum for `blob`.
raw docstring

meta-dataclj

(meta-data blob)

Return the MD5 sum for blob.

Return the MD5 sum for `blob`.
raw docstring

save!clj

(save! storage blob)

Save the blob to object storage.

Save the `blob` to object storage.
raw docstring

Storagecljprotocol

-delete!clj

(-delete! storage blob)

-getclj

(-get storage blob)

-save!clj

(-save! storage blob)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close