when I sync files from s3 to other cloud provider, juicesync failed.And I found it's cause by the secret access key, it contains `/` . the coresponding code is https://github.com/juicedata/juicesync/blob/master/main.go#L97
when I sync files from s3 to other cloud provider, juicesync failed.And I found it's cause by the secret access key, it contains
/.the coresponding code is https://github.com/juicedata/juicesync/blob/master/main.go#L97