juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
591 stars 56 forks source link

sync aws s3 to other cloud provider failed #154

Open pigletfly opened 2 days ago

pigletfly commented 2 days ago

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

pigletfly commented 1 day ago

according to https://datatracker.ietf.org/doc/html/rfc3986#section-3.2, the url.Parse implemention is correct. but what can we do with the sk with / in it generated by AWS.Maybe we could parse authority as string, not url.