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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user