Skip to content

Commit

Permalink
mod_s3_upload: Update README and test: this module requires OTP 25.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 2, 2023
1 parent c8e917a commit 3db7d16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
- name: Disable mod_captcha_rust testing
run: sed -i '/mod_captcha_rust/d' modules_available.txt

- name: Disable mod_s3_upload testing with old OTP
if: matrix.otp < '25'
run: sed -i '/mod_s3_upload/d' modules_available.txt

- name: Install modules
run: |
CTL=_build/dev/rel/ejabberd/bin/ejabberdctl
Expand Down
4 changes: 2 additions & 2 deletions mod_s3_upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Implements HTTP Upload using any S3-compatible storage service.

# OTP Compatibility

This module depends heavily on the `uri_string` module introduced in
OTP 21 in order to implement URL signing.
This module requires Erlang/OTP 25.0 or higher, as it depends heavily
on the `uri_string` module to implement URL signing.

# How it works

Expand Down

0 comments on commit 3db7d16

Please sign in to comment.