Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finalize it and save



Manual configuration

private bucket

Edit ~/.config/rclone/rclone.conf with your editor of choice and insert a block like this:

...

You should then be able to perform basic commands as below, e.g. rclone ls EWC-objectstorage:bucketname/path/ 


public bucket

Code Block
[EWC-objectstorage-public]
type = s3
provider = Other
endpoint = https://s3.waw3-1.cloudferro.com
access_key_id =
secret_access_key =


Basic commands with rclone

...