Skip to content

Commit

Permalink
Tweak hash docs for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Anguiano committed Jan 24, 2024
1 parent d139b6a commit 6d4712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config :ex_aws, :s3,
port: 9000
```

An alternate `content_hash_algorithm` can be specified as well. The default is `:md5`. It may be necessary to change this when operating in a FIPS-compliant environment where MD5 isn't available, for instance. At this time, only `:sha256` and `:sha` are supported by both Erlang and S3.
An alternate `content_hash_algorithm` can be specified as well. The default is `:md5`. It may be necessary to change this when operating in a FIPS-compliant environment where MD5 isn't available, for instance. At this time, only `:sha256`, `:sha`, and `:md5` are supported by both Erlang and S3.

``` elixir
# config.exs
Expand Down

0 comments on commit 6d4712a

Please sign in to comment.