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

Added length to the return values #652

Merged
merged 2 commits into from
Apr 17, 2017
Merged

Added length to the return values #652

merged 2 commits into from
Apr 17, 2017

Conversation

davecb
Copy link
Contributor

@davecb davecb commented Apr 17, 2017

Just a documentation change

Just a documentation change
docs/API.md Outdated
@@ -530,7 +530,7 @@ if err != nil {
```

<a name="FPutObject"></a>
### FPutObject(bucketName, objectName, filePath, contentType string) error
### FPutObject(bucketName, objectName, filePath, contentType string) (length int, err error)
Copy link
Member

Choose a reason for hiding this comment

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

Actually it is int64 not int.

Can you correct it before merging it ? Thanks anyway.

@davecb
Copy link
Contributor Author

davecb commented Apr 17, 2017 via email

@davecb
Copy link
Contributor Author

davecb commented Apr 17, 2017

OK, that looks more plausible

@vadmeste vadmeste merged commit 6b96fed into minio:master Apr 17, 2017
@vadmeste
Copy link
Member

Thanks @davecb

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