What is the problem you are having with rclone?
I need to understand whether it's possible to connect to a custom S3 based file sharing service.
This is the info our client has given us:
- Hostname: filesync-server-1234.example.com
- Port: 12345
- Access key: VerySecret
- Secret key: EvenMoarSecreter
Run the command 'rclone version' and share the full output of the command.
rclone --version
rclone v1.57.0-DEV
- os/version: rocky 8.6 (64 bit)
- os/kernel: 4.18.0-372.16.1.el8_6.0.1.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.16.12
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
It's a custom service using the S3 protocol. We've successfully accessed it with the CyberDuck program, but I need a Linux CLI solution.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I don't even know what command to run.
The rclone config contents with secrets removed.
Again, I don't even know what kind of config file to write.
A log from the command with the -vv
flag
N/A. I'll be happy to post a log if I have a suggestion for a command to run.