We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
/
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: