Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync aws s3 to other cloud provider failed #154

Open
pigletfly opened this issue Sep 19, 2024 · 1 comment
Open

sync aws s3 to other cloud provider failed #154

pigletfly opened this issue Sep 19, 2024 · 1 comment

Comments

@pigletfly
Copy link

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
Copy link
Author

pigletfly commented Sep 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant