After configuring rclone in my system, trying to list the bucket contents. AWS cli is able to list down but rclone is failing with below error -
Failed to create file system for "s3:*****": LoadCustomCABundleError: unable to load custom CA bundle, HTTPClient's transport unsupported type
caused by: unsupported transport, *fshttp.Transport
Run the command 'rclone version' and share the full output of the command.
$ rclone version
rclone v1.59.2
- os/version: Microsoft Windows 10 Enterprise 20H2 (64 bit)
- os/kernel: 10.0.19042.2006 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.18.6
- go/linking: static
- go/tags: cmount
No
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone ls s3:<bucket name>
The rclone config contents with secrets removed.
[s3]
type = s3
provider = AWS
region = ap-east-1
location_constraint = ap-east-1
env_auth =true
A log from the command with the -vv flag
Not able to paste due to security issue. Attached after customizing

Also, i am not able to put the debug logs due to enterprise security restriction. Thus, copied the key debug error messages while created the post. The flow of debug messages are as below -
DEBUG : rclone: Version .......
DEBUG : Creating backend with remote "s3: ....."
DEBUG : Using config file from "C:\\Users\\.......\\rclone.conf"
Failed to create file system for "s3:*****": LoadCustomCABundleError: unable to load custom CA bundle, HTTPClient's transport unsupported type
caused by: unsupported transport, *fshttp.Transport
Would appreciate your suggestion based on this available info.