-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Ubuntu 18.04 comes with libs3 2.0-3, but when compiled against this version I run into troubles:
s3util.c: In function ‘responsePropertiesCallback’:
s3util.c:284:19: error: ‘S3ResponseProperties {aka const struct S3ResponseProperties}’ has no member named ‘usesServerSideEncryption’
if (properties->usesServerSideEncryption) {
^~
<builtin>: recipe for target 's3util.o' failed
make: *** [s3util.o] Error 1
Currently, the Dockerfile builds against the latest master. Is this absolutely required? If so, we should probably make a new release for libs3. Problem is that it looks like the author of libs3 doesn't like releases also.
Metadata
Metadata
Assignees
Labels
No labels