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

Changes needed for implementing "minio gateway s3" #623

Merged
merged 2 commits into from
Mar 17, 2017

Conversation

krishnasrinivas
Copy link
Contributor

No description provided.

@krishnasrinivas krishnasrinivas changed the title [WIP] Changes needed for implementing "minio gateway amazon" Changes needed for implementing "minio gateway amazon" Mar 16, 2017
@@ -0,0 +1,62 @@
package minio
Copy link
Member

Choose a reason for hiding this comment

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

Add license.. header

// PutObjectPart - Upload an object part.
func (c Core) PutObjectPart(bucket, object, uploadID string, partID int, size int64, data io.Reader, md5Hex, sha256sum []byte) (ObjectPart, error) {
return c.uploadPart(bucket, object, uploadID, data, partID, md5Hex, sha256sum, size)
}
Copy link
Member

Choose a reason for hiding this comment

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

what about the other APIs?

@harshavardhana harshavardhana changed the title Changes needed for implementing "minio gateway amazon" Changes needed for implementing "minio gateway s3" Mar 16, 2017
@harshavardhana harshavardhana merged commit 44eb0f6 into minio:master Mar 17, 2017
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