1
0
mirror of https://github.com/minio/minio-cpp.git synced 2026-01-26 04:01:32 +03:00

Rework entire code for correctness and potential bug fixes (#111)

This commit is contained in:
piotr-topnotch
2024-03-16 02:07:01 +01:00
committed by GitHub
parent 009f2f55b5
commit 765ec24eed
81 changed files with 2445 additions and 1706 deletions

View File

@@ -15,7 +15,7 @@
#include "client.h"
int main(int argc, char* argv[]) {
int main() {
// Create S3 base URL.
minio::s3::BaseUrl base_url("play.min.io");