Wednesday 2 March 2016

Amazon S3 example



This blog of Amazon S3 example is useful for the beginners of AWS Development. Blog covers how to create Amazon S3 bucket programmatically using JAVA.

This program will automatically execute following things:

  • Create bucket
  • List bucket
  • Upload an object
  • Download an object
  • List object
  • Delete object
  • Delete bucket



No comments:

Post a Comment