Minio C++ SDK 是基于 AWS S3 的 SDK 二次开发的,因此在源码编译 SDK 前我们需要安装 aws-sdk-cpp。 下载aws-sdk-cpp git clone https://github.com/congjiye/minio-cpp-sdk.gitcdminio-cpp-sdk git submodule update --init --recursive 安装依赖 ...
$ git clone https://github.com/minio/minio-cpp $ cd minio-cpp $ git clone https://github.com/microsoft/vcpkg.git $ ./vcpkg/bootstrap-vcpkg.sh $ ./vcpkg/vcpkg install $ cmake . -B ./build/Debug -DCMAKE_BUILD_TYPE=Debug -DMINIO_CPP_TEST=ON -DCMAKE_TOOLCHAIN_FILE=./vcpkg/...
Security Insights Additional navigation options Files main .github docs examples include src tests .clang-format .gitattributes .gitignore CMakeLists.txt CNAME LICENSE README.md check-style.sh check-version.py configure.sh miniocpp-config.cmake.in ...
I managed to get this to work by cloning the latest code from github and compiling it. With the latest code, I can connect without any problem. Trying to prove my point, I switched my local minio-cpp repo to tag v0.2.0 and recompiled and the error appeared again, so the problem shou...
commit [cd4ef14955201d5ce81e54155ef0980f7c644864](https://github.com/minio/minio-cpp/tree/cd4ef14955201d5ce81e54155ef0980f7c644864). In the base CMakeLists.txt, it was necessary to change `STATIC` to `MODULE` in the `add_library` command to build the shared library. ## Building ...
Pull requests4 Actions Security Insights Additional navigation options abperiasamy Works for @minio@minio Follow minio-ops Follow Joined on Apr 8, 2015 jhcloos Joined on Jun 9, 2011 Follow balamurugana Joined on Feb 21, 2011 Is from Beijing ,ChinaBeijing ,China ...
The issue in #150 appears to be fixed in main, but affects users of the 0.2.0 release. Is there an estimated timeline for the next release? I'm particularly interested in when the fix release makes it into vcpkg, as that seems to be the ...
See this comment on acquire-driver-zarr/#300Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests 1 participant ...
Already on GitHub? Sign in to your account Include a missing <stdint.h> to prevent build errors on some configurations #127 Merged kobalicek merged 1 commit into main from include_stdint_h Mar 28, 2024 Merged Include a missing <stdint.h> to prevent build errors on some configurations...