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

Implement Multipart Support #522

Closed
13 tasks done
Xuanwo opened this issue Apr 16, 2021 · 6 comments
Closed
13 tasks done

Implement Multipart Support #522

Xuanwo opened this issue Apr 16, 2021 · 6 comments
Assignees

Comments

@Xuanwo
Copy link
Contributor

Xuanwo commented Apr 16, 2021

Description

Take go-service-s3 implementation as a reference.

Make sure the implementations pass the tests: beyondstorage/go-integration-test#12

Roadmap

@Rouzip
Copy link

Rouzip commented Apr 27, 2021

If you means multipart upload, kodo supports this.

@Xuanwo
Copy link
Contributor Author

Xuanwo commented Apr 27, 2021

If you means multipart upload, kodo supports this.

Thanks for the comment, roadmap has been updated.

@JinnyYi
Copy link
Contributor

JinnyYi commented May 14, 2021

If you means multipart upload, kodo supports this.

Seems there're no abortMultipartUpload and listParts in Go SDK. Do I miss them or other functions implement them?

@JinnyYi
Copy link
Contributor

JinnyYi commented May 14, 2021

If you means multipart upload, kodo supports this.

Seems there're no abortMultipartUpload and listParts in Go SDK. Do I miss them or other functions implement them?

image

@Rouzip
Copy link

Rouzip commented May 14, 2021

If you means multipart upload, kodo supports this.

Seems there're no abortMultipartUpload and listParts in Go SDK. Do I miss them or other functions implement them?

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.

@Xuanwo
Copy link
Contributor Author

Xuanwo commented May 14, 2021

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 kodo until those features have been released.

I have added an issue to track this issue: qiniu/go-sdk#24

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

3 participants