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

renamed assumeRole to assume_role.

This commit is contained in:
benthompson15
2020-09-24 11:50:02 -05:00
parent ff86864d9e
commit b3f5142141
2 changed files with 7 additions and 7 deletions

View File

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