Skip to content

Commit 3eb3616

Browse files
committed
Add an option to use AWS TransferManager
A repeat of f77f020, but adding an option to CloudEnvOptions that controls the usage of AWS TransferManager.
1 parent 1bc6b1c commit 3eb3616

File tree

5 files changed

+263
-108
lines changed

5 files changed

+263
-108
lines changed

build_tools/build_detect_platform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ if [ "${USE_AWS}XXX" = "1XXX" ]; then
524524
AWS_SDK=/usr/local
525525
AWI=${AWS_SDK}/include/
526526
S3_CCFLAGS="$S3_CCFLAGS -I$AWI -DUSE_AWS"
527-
S3_LDFLAGS="$S3_LDFLAGS -laws-cpp-sdk-s3 -laws-cpp-sdk-kinesis -laws-cpp-sdk-core"
527+
S3_LDFLAGS="$S3_LDFLAGS -laws-cpp-sdk-s3 -laws-cpp-sdk-kinesis -laws-cpp-sdk-core -laws-cpp-sdk-transfer"
528528
COMMON_FLAGS="$COMMON_FLAGS $S3_CCFLAGS"
529529
PLATFORM_LDFLAGS="$S3_LDFLAGS $PLATFORM_LDFLAGS"
530530
fi

0 commit comments

Comments
 (0)