#rclone config for ontap s3

1 messages · Page 1 of 1 (latest)

rain harbor
#

When trying to use rclone client against the s3 service I keep getting error about method not implemented. I can list files in the bucket and have successfully uploaded with a python sdk but trying to use rclone for something useful like a sync or copy operation fails. Any example working configs would be appreciated!

narrow meadow
#

[source]
type = s3
provider = Other
endpoint = https://ip_or_dns_resolved
access_key_id = key1
secret_access_key = secret1

[target]
type = s3
provider = Other
endpoint = https://ip_or_dns_resolved
access_key_id = key2
secret_access_key = secret2

#

rclone sync source:b1 target:b2 --progress --checkers 100 --transfers 100

#

there are ex in the official doc