Malli schemas for Supabase Storage operation inputs.
Schemas validate caller arguments only — response bodies are returned as plain JSON-decoded maps. See https://supabase.com/docs/reference/javascript/storage-createbucket
Malli schemas for Supabase Storage operation inputs. Schemas validate caller arguments only — response bodies are returned as plain JSON-decoded maps. See https://supabase.com/docs/reference/javascript/storage-createbucket
Schema for create-bucket attributes. id is passed positionally and is
not part of this map.
Schema for create-bucket attributes. `id` is passed positionally and is not part of this map.
Schema for update-bucket attributes.
Schema for update-bucket attributes.
Schema for download options.
:response-as — :byte-array (default) or :stream:range — [start end] byte range (inclusive) for partial downloads:transform — image transformation options (renders via render/image):headers — extra request headersSchema for download options. * `:response-as` — `:byte-array` (default) or `:stream` * `:range` — `[start end]` byte range (inclusive) for partial downloads * `:transform` — image transformation options (renders via render/image) * `:headers` — extra request headers
(ensure-storage s)Returns nil if s is a valid storage instance, otherwise an anomaly.
Returns nil if `s` is a valid storage instance, otherwise an anomaly.
(ensure-valid schema value)Returns nil if value matches schema, otherwise an anomaly carrying
the malli explanation.
Returns nil if `value` matches `schema`, otherwise an anomaly carrying the malli explanation.
Schema for upload/update options.
Schema for upload/update options.
Schema for cursor-based list-v2 pagination options.
:limit — page size (default server-side 100):cursor — pagination cursor from a previous response:with-delimiter — group by folder hierarchy when trueSchema for cursor-based list-v2 pagination options. * `:limit` — page size (default server-side 100) * `:cursor` — pagination cursor from a previous response * `:with-delimiter` — group by folder hierarchy when true
Schema for get-public-url options.
Schema for get-public-url options.
Schema for list-files search options. All fields optional.
Schema for list-files search options. All fields optional.
Schema for create-signed-upload-url options.
Schema for create-signed-upload-url options.
Schema for create-signed-url options. expires-in is required (seconds).
Schema for create-signed-url options. `expires-in` is required (seconds).
Schema for create-signed-urls options.
Schema for create-signed-urls options.
Schema for a storage instance map produced by from.
Schema for a storage instance map produced by `from`.
Schema for image transformation options applied on render.
:width / :height — target size in pixels:resize — "cover" (default), "contain", "fill":quality — 20–100 (default 80):format — e.g. "origin", "webp"Schema for image transformation options applied on render. * `:width` / `:height` — target size in pixels * `:resize` — `"cover"` (default), `"contain"`, `"fill"` * `:quality` — 20–100 (default 80) * `:format` — e.g. `"origin"`, `"webp"`
Schema for upload body — bytes, InputStream, File, or string.
Schema for upload body — bytes, InputStream, File, or string.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |