Skip to content

Conversation

@poornas
Copy link
Contributor

@poornas poornas commented Apr 25, 2018

Fixes #655

Append x-amz-meta- prefix for user defined meta data if not already prefixed.

@poornas poornas force-pushed the meta branch 2 times, most recently from efc2ed0 to 378dd5f Compare April 25, 2018 20:31
@poornas poornas force-pushed the meta branch 2 times, most recently from 878b92e to 09776ef Compare April 26, 2018 20:08
eq_(is_supported_header("Cache-Control"),True)
eq_(is_supported_header("content-encoding"),True)
eq_(is_supported_header("content-disposition"),True)
eq_(is_supported_header("x-amz-website-redirect-location"),True)
Copy link
Collaborator

Choose a reason for hiding this comment

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

"content-language" is missing.

…inio#655)

Prefix user-defined metadata with x-amz-meta- if not already prefixed.
@poornas
Copy link
Contributor Author

poornas commented May 2, 2018

@harshavardhana and @ebozduman , this needs your review.

@harshavardhana
Copy link
Member

tests are not running @poornas

@poornas
Copy link
Contributor Author

poornas commented May 2, 2018

@harshavardhana , looks like play server is not accepting new connxns, hence the travis fail

@harshavardhana
Copy link
Member

@harshavardhana , looks like play server is not accepting new connxns, hence the travis fail

play is restarted...

@deekoder deekoder merged commit 881755b into minio:master May 2, 2018
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

Successfully merging this pull request may close these issues.

put_object doesn't save metadata. save only 'x-amz-meta-KEY' keys

4 participants