Skip to content

Commit

Permalink
fix: add cors to allowed_subresources
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Timmer committed Mar 15, 2023
1 parent 97969fe commit 31320ee
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 31320ee

Please sign in to comment.