Bow v0.3.0 Bow 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
Link to this section Functions
Copy file
Delete all versions of given file
Load given file
Regenerate file using different uploader
Process & store given file with its uploader