Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Fix listMultipart cannot get complete uploaded parts #28

Merged
merged 2 commits into from
Jun 2, 2021

Conversation

JinnyYi
Copy link
Contributor

@JinnyYi JinnyYi commented Jun 1, 2021

fix: #27

@JinnyYi JinnyYi requested a review from Prnyself June 1, 2021 11:01
storage.go Outdated
})
}

options := make([]oss.Option, 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can set the cap of slice here to avoid more memory allocate if content is decided, e.g. make([]oss.Option, 0, 2).

@Prnyself Prnyself merged commit c65b62e into master Jun 2, 2021
@Prnyself Prnyself deleted the list-multipart branch June 2, 2021 03:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing part-number-marker request parameter in listMultipart
2 participants