1
0
mirror of https://github.com/minio/minio-cpp.git synced 2025-04-19 19:02:16 +03:00

4 Commits

Author SHA1 Message Date
Bala FA
d3d828eddc
Add support to progress function to abort operation (#128)
Signed-off-by: Bala.FA <bala@minio.io>
2024-04-02 19:10:06 +05:30
Petr Kobalicek
238f465f0a
Moved C++ headers to miniocpp subdirectory (#123)
* Use #include <miniocpp/header.h> to include minio-cpp now
  * Header files have consistent guards that don't start with _
  * Added a SPDX license identifier to each source and header file
  * Use clang-format-18 to format the source code

Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
2024-03-26 17:21:12 +01:00
piotr-topnotch
765ec24eed
Rework entire code for correctness and potential bug fixes (#111) 2024-03-16 06:37:01 +05:30
Bala FA
3bf3ea9bab
Add HTTP progress callback function (#72)
Signed-off-by: Bala.FA <bala@minio.io>
2023-05-08 11:39:09 -07:00