Skip to content

Commit 88b3b60

Browse files
committed
S3 Code Rewrite
Add code to read from S3 sources in the same style as the current writing code. Merge the s3_write.c code into hfile_s3.c to put all the S3 code in the same file. This should simplify the S3 code and give us a little more flexibility in how we use it.
1 parent f4165e9 commit 88b3b60

File tree

2 files changed

+1309
-397
lines changed

2 files changed

+1309
-397
lines changed

config.mk.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ plugin_OBJS += hfile_s3_write.o
8383

8484
CRYPTO_LIBS = @CRYPTO_LIBS@
8585
noplugin_LIBS += $(CRYPTO_LIBS)
86-
hfile_s3$(PLUGIN_EXT): LIBS += $(CRYPTO_LIBS)
86+
hfile_s3$(PLUGIN_EXT): LIBS += $(CRYPTO_LIBS) $(LIBCURL_LIBS)
8787
hfile_s3_write$(PLUGIN_EXT): LIBS += $(CRYPTO_LIBS) $(LIBCURL_LIBS)
8888
endif
8989

0 commit comments

Comments
 (0)