mix storage.analyze (PhoenixContribStorage v0.1.0)

View Source

Analyzes blobs and updates their metadata.

Usage

mix storage.analyze
mix storage.analyze --limit 100
mix storage.analyze --content-type "image/*"

Options

  • --limit - Limit the number of blobs to analyze
  • --content-type - Only analyze blobs with matching content type pattern
  • --force - Re-analyze blobs that already have metadata

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.