1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3976:AWS S3 support for IAM roles. Initial commit.

This commit is contained in:
benthompson15
2020-09-24 00:50:48 -05:00
parent 92d861d980
commit 473af161c3
4 changed files with 57 additions and 5 deletions

View File

@ -7,7 +7,8 @@ SET(S3_SOURCES ${S3API_DIR}/src/debug.c
${S3API_DIR}/src/response.c
${S3API_DIR}/src/sha256.c
${S3API_DIR}/src/sha256-internal.c
${S3API_DIR}/src/xml.c)
${S3API_DIR}/src/xml.c
${S3API_DIR}/src/assumeRole.c)
ADD_LIBRARY(marias3 SHARED ${S3_SOURCES})