gradle-s3-plugin
gradle-s3-plugin copied to clipboard
S3 File Upload and Download plugin
The documentation describes how to upload a file that contains the hash for an artifact. Another way to accomplish the same use-case is to use S3 metadata to store the...
The `bucket` property is optional and might not have a value. It needs to be marked as such otherwise Gradle 7 will fail the build. ``` * What went wrong:...
AWS S3 SDK 1.11.349 and Joda time 2.10 This fixes https://github.com/aws/aws-sdk-java/issues/484 for me.
Gradle 3.2.1. com.github.skhatri:gradle-s3-plugin:1.0.4 NOTE: increasing Xmx to 8GB did not solve the problem. Trying to download 1GB+ files ends up with the following `OutOfMemoryError`: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task...