AWS S3 Java API: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 14: Line 14:
}
}
</syntaxhighlight>
</syntaxhighlight>
=Use Cases=
* [[Generate an AWS S3 Presigned URL with Java JDK]]

Latest revision as of 07:00, 3 October 2021

External

Internal

Grade Setup

Follow the BOM setup procedure described here:

AWS SDK for Java Version 1 | Gradle Project Setup

Then add the following individual component dependency:

dependencies {
 implementation 'com.amazonaws:aws-java-sdk-s3'
}

Use Cases