Issue with backup to S3 with MinIO to Backblaze

Hi, I have installed MinIO to be able to use Backblaze B2 for Virtualmin backups, I can see that the MinIO setup is working using Cyberduck and connecting as S3 compatible host, but I have an issue in Virtualmin, It can connect and see the buckets but not the content of the buckets, any help is appreciated.

The error is:

HTTP/1.0 500 Perl execution failed Server: MiniServ/1.932 Date: Sat, 11 Jan 2020 07:36:52 GMT Content-type: text/html; Charset=iso-8859-1 Connection: close

Error - Perl execution failed

File does not exist: at S3/AWSAuthConnection.pm line 144.

Okay, it seems like deps issue.

Check the output of (for RHEL systems replace share with libexec):

perl -I /usr/share/webmin/virtual-server -e 'use S3::AWSAuthConnection'

If there are any errors, install the deps.

Hi, thanks for your help, executing the command doesn’t get output, I’m using Ubuntu 18.04 Thanks in advance.