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

Refactor S3 client implementation. #15

Merged
merged 3 commits into from May 23, 2022
Merged

Conversation

balamurugana
Copy link
Member

@balamurugana balamurugana commented May 3, 2022

Below APIs are added

  • MakeBucket()
  • RemoveBucket()
  • BucketExists()
  • ListBuckets()
  • StatObject()
  • RemoveObject()
  • DownloadObject()
  • GetObject()
  • ListObjects()
  • PutObject()
  • CopyObject()
  • UploadObject()

Signed-off-by: Bala.FA bala@minio.io

@balamurugana balamurugana marked this pull request as draft May 3, 2022 13:07
@balamurugana balamurugana force-pushed the refactor branch 29 times, most recently from 80b2870 to 394fa7f Compare May 10, 2022 18:00
@balamurugana balamurugana force-pushed the refactor branch 12 times, most recently from ce4b98f to 0ecfa73 Compare May 22, 2022 15:54
@balamurugana balamurugana changed the title Refactor minio client Refactor S3 client implementation. May 22, 2022
@balamurugana balamurugana force-pushed the refactor branch 8 times, most recently from 667583d to d167d3a Compare May 23, 2022 06:23
Signed-off-by: Bala.FA <bala@minio.io>
Below APIs are added
* MakeBucket()
* RemoveBucket()
* BucketExists()
* ListBuckets()
* StatObject()
* RemoveObject()
* DownloadObject()
* GetObject()
* ListObjects()
* PutObject()
* CopyObject()
* UploadObject()

Signed-off-by: Bala.FA <bala@minio.io>
@harshavardhana harshavardhana merged commit 37509db into minio:main May 23, 2022
@balamurugana balamurugana deleted the refactor branch May 23, 2022 17:00
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.

None yet

2 participants