Trying to push objects from S3 bucket to OCI object storage using below rclone command
rclone --verbose --cache-workers 64 --transfers 64 --retries 32 copy $SOURCE oci:rdstooci
Getting this error:
2023/11/09 12:42:27 NOTICE: s3: s3 provider "" not known - please set correctly
2023/11/09 12:42:27 NOTICE: s3: s3 provider "" not known - please set correctly
panic: runtime error: slice bounds out of range [3:1]
.........
.......
this is my config file
[awsoranew]
type = s3
provider = AWS
access_key_id = <###############>
secret_access_key = <#############>
region = <######>
location_constraint = <#######>
acl = public-read-write
Although i have provided the provider value, why it is taking null, from where it is taking these values then. Please help