Skip to content

Commit

Permalink
Update mix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Nov 16, 2024
1 parent c0e60c0 commit 3aa42f1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 61 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ npm-debug.log
# VS Code
.vscode

# ElixirLS
# Language servers
.elixir_ls
.lexical

# Index dumps
*.jsonl
Expand Down
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ config :philomena, :s3_secondary_options,

config :philomena, :s3_secondary_bucket, System.get_env("ALT_S3_BUCKET")

config :ex_aws, http_client: PhilomenaMedia.Req
config :ex_aws, http_client: ExAws.Request.Req

config :ex_aws, :retries,
max_attempts: 20,
Expand Down
31 changes: 0 additions & 31 deletions lib/philomena_media/req.ex

This file was deleted.

3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ defmodule Philomena.MixProject do
{:briefly, "~> 0.4"},
{:req, "~> 0.5"},
{:exq, "~> 0.17"},
{:ex_aws, "~> 2.0",
github: "liamwhite/ex_aws", ref: "a340859dd8ac4d63bd7a3948f0994e493e49bda4", override: true},
{:ex_aws, "~> 2.5"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.7"},
{:inet_cidr, "~> 1.0"},
Expand Down
Loading

0 comments on commit 3aa42f1

Please sign in to comment.