Using S3 in Java
- You can just use S3 to store files if you want (like Google Drive)
- It is also very easy to use programmatically
- Need to decide which users or apps can use your bucket
- You can use an admin user but you probably should not
- Generate access keys for the user. Store those in yourcredentials file
- Import the Java AWS SDK as aMaven Dependency
- Create your credentials file
19 / 23