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.
(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 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-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 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 |