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

expose flag to append to file #61

Merged
merged 2 commits into from
Apr 16, 2020
Merged

Conversation

talIguaz
Copy link
Contributor

No description provided.

@@ -524,11 +524,18 @@ func (c *context) PutObject(putObjectInput *v3io.PutObjectInput,

// PutObjectSync
func (c *context) PutObjectSync(putObjectInput *v3io.PutObjectInput) error {

var headers map[string]string
if putObjectInput.Append {
Copy link
Contributor

Choose a reason for hiding this comment

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

If the underlying header is "Range" - I imagine it has other uses other an appending.
Are we sure we want to limit the API to just a boolean of "append" or "don't append"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pavius pavius merged commit 5fc6cc8 into v3io:development Apr 16, 2020
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.

2 participants