Skip to content

Simple AWS test program to upload objects to amazon s3 and storing the objects keys to SQS for use of retriving objects from S3

Notifications You must be signed in to change notification settings

jkondaveeti/AWSAssesment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSAssesment

Simple AWS test program to upload objects to amazon s3 and storing the objects keys to SQS for use of retriving objects from S3

Scope of this App: This program only uploads 10 files on each run to s3 and downloads the same from s3 to the folder "s3Downloads".

Steps to run the project:

  1. Import the project into work space as maven project
  2. package the project using maven package command
  3. Run the main() class AmazonS3SQSApp.java as Java application.
  4. This should upload the files to S3 folder and the same are downloaded using the object keys from SQS to "s3Downloads" folder on the class path.

About

Simple AWS test program to upload objects to amazon s3 and storing the objects keys to SQS for use of retriving objects from S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages