Introduction
  • 1 - Documentation and POM
  • 2 - Create User
  • 3 - Create Access and Secret Keys
  • 4 - Storing Credentials
  • 5 - Amazon S3
  • 6 - S3Client Bean
  • 7 - Implement PutObject Method
  • 8 - Implement GetObject Method
  • 9 - Create S3 Bucket
  • 10 - Testing Uploads and Downloads
  • 11 - Bucket Name as Config
  • 12 - Upload and Download API Endpoints
  • 13 - Implement Service method to upload
  • 14 - Implement Service Method to Download
  • 15 - ProfileImageId New Column
  • 16 - SQL and JPQL Queries
  • 17 - Include New Column in Select Statements
  • 18 - Storing and Retrieving Profile Image Id from DB
  • 19 - Fixing Compilation and Tests