Skip to content

Commit

Permalink
Merge pull request #26 from bettyblocks/fix/allow-for-extra-params-in…
Browse files Browse the repository at this point in the history
…-object-list-request-DT-2597

fix: add cors to allowed_subresources
  • Loading branch information
nulian authored Mar 15, 2023
2 parents f33a0f1 + 31320ee commit 4f2cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_aws/auth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule ExAws.Auth do

@moduledoc false

@allowed_subresources ~w(acl lifecycle location logging notification partNumber policy requestPayment uploadId uploads versionId versioning versions website)
@allowed_subresources ~w(acl cors lifecycle location logging notification partNumber policy requestPayment uploadId uploads versionId versioning versions website)
@unsignable_headers ["x-amzn-trace-id"]
@unsignable_headers_multi_case ["x-amzn-trace-id", "X-Amzn-Trace-Id"]

Expand Down

0 comments on commit 4f2cdcc

Please sign in to comment.