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

object_metadata.cc有一个笔误 #2

Open
hpiniesta opened this issue Oct 14, 2018 · 0 comments
Open

object_metadata.cc有一个笔误 #2

hpiniesta opened this issue Oct 14, 2018 · 0 comments

Comments

@hpiniesta
Copy link

object_metadata.cc的ObjectMetadata::AddToParameterList(StringMap* headers_ptr) const方法中,
for (const auto& kv : user_metadata_) { std::string newkey = kOssPrefix+ kv.first; headers[newkey] = kv.second; }
这里应该改成
for (const auto& kv : user_metadata_) { std::string newkey = kOssUserMetaPrefix+ kv.first; headers[newkey] = kv.second; }

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