Skip to content

hmatt1/aws-s3-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 Java Example

Upload and download a JSON file from AWS S3 Object Storage

View the Source Code

This project consist of one source file, Application.java.

Running the Application

If you want to run it, you'll need to go through this guide: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html

Follow these steps:

  • Create an AWS account
  • Create an IAM user
  • Install Java and Apache Maven
    • You can skip Maven because this project uses the Gradle wrapper
  • Configure credentials

Additionally, I would recommend installing Intellij. You can import this project into Intellij, and it should run smoothly!

AWS Docs

AWS has some great documentation about the Java SDK to learn more: https://docs.aws.amazon.com/sdk-for-java/index.html

Maven Central

The latest versions of the SDK can be viewed on Maven Central: https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3

About

Upload and download a JSON file from AWS S3 Object Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages