1
0
mirror of https://github.com/minio/minio-cpp.git synced 2025-07-30 05:23:05 +03:00

5 Commits

Author SHA1 Message Date
37509dbdd2 Refactor S3 client implementation. (#15)
Below APIs are added
* MakeBucket()
* RemoveBucket()
* BucketExists()
* ListBuckets()
* StatObject()
* RemoveObject()
* DownloadObject()
* GetObject()
* ListObjects()
* PutObject()
* CopyObject()
* UploadObject()

Signed-off-by: Bala.FA <bala@minio.io>
2022-05-23 09:20:04 -07:00
3fe1d745b9 update doxygen docs 2021-12-28 01:25:39 -08:00
798c580e40 Create CNAME 2021-10-20 21:11:47 -07:00
18362643df add doxygen docs 2021-10-20 21:07:30 -07:00
5d9dc31cbe SDK update implementation
- add cmake github actions
- add doxygen support
- add cmake install curl-dev
- add multipart support
- properly support multipart upload operations
- update README.md
2021-10-20 20:47:30 -07:00