-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement Multipart Support #522
Comments
If you means multipart upload, kodo supports this. |
Thanks for the comment, roadmap has been updated. |
Seems there're no |
|
Yes, you are right. I have asked the mate who wrote it, he doesn't want to add these two function in GO SDK temporarily, because they are not necessary parts in upload process. |
Well, we don't want the maintainer to add functions temporarily either. We expect kodo go SDK can provide those functions officially. We will defer the multipart support for I have added an issue to track this issue: qiniu/go-sdk#24 |
Description
Take go-service-s3 implementation as a reference.
Make sure the implementations pass the tests: beyondstorage/go-integration-test#12
Roadmap
?
means we need to check whether this service support multipart or not)abortMultipart
andlistParts
interfaces, unsupported now)The text was updated successfully, but these errors were encountered: