Bow (Bow v0.4.3) View Source
Bow - the file uploader
Global Configuration
config :bow,
storage: Bow.Storage.Local, # storage adapter; Bow.Storage.Local or Bow.Storage.S3
storage_prefix: "priv/static/uploads", # storage directory prefix
store_timeout: 30_000, # single version upload timeout
exec_timeout: 15_000, # single command execution timeout
Link to this section Summary
Functions
Copy file
Delete all versions of given file
Load given file
Regenerate file using different uploader
Process & store given file with its uploader
Link to this section Types
Specs
Link to this section Functions
Specs
Copy file
Specs
delete(t(), opts()) :: :ok
Delete all versions of given file
Specs
Load given file
Specs
Specs
Regenerate file using different uploader
Specs
Specs
Process & store given file with its uploader