literalice / gradle-aws-s3-sync

The gradle task for synchronizing a local directory with a AWS S3 bucket.
37 stars 23 forks source link

RestS3Service is not created with user provided Jets3tProperties #24

Closed cwensel closed 7 years ago

cwensel commented 7 years ago

This may be related to another issue.

But the effect is that server-side-encryption cannot be enabled as it is configured and applied by the RestS3Service so the settings are not honored (as maybe true to other settings like proxy configuration values).

cwensel commented 7 years ago

Turns out passing the Jets3tProperties to the RestS3Service doesn't solve the problem as the values are ignored by the Synchronize class in JetS3t anyway.