Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform/image-processor): allow http downloads on image processor #188

Merged
merged 4 commits into from
Jan 13, 2024

Commits on Jan 13, 2024

  1. feat: allow http downloads on image processor

    Allow for the input path to be an http url which the image processor
    will fetch when processing the image.
    TroyKomodo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    01713b5 View commit details
    Browse the repository at this point in the history
  2. fix: use rustls over native-tls

    no openssl
    TroyKomodo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    2aa4403 View commit details
    Browse the repository at this point in the history
  3. chore: format

    TroyKomodo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    45454ff View commit details
    Browse the repository at this point in the history
  4. fix: linter

    TroyKomodo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4784778 View commit details
    Browse the repository at this point in the history