AWS S3 Java API: Difference between revisions
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:
Then add the following individual component dependency:
dependencies {
implementation 'com.amazonaws:aws-java-sdk-s3'
}