douglascrp / alfresco-cloud-store

Automatically exported from code.google.com/p/alfresco-cloud-store
8 stars 10 forks source link

Replace jets3t library with AWS Java Library #6

Open douglascrp opened 8 years ago

douglascrp commented 8 years ago

I want to give it a try using the official AWS Java Library to talk with S3.

digcat commented 8 years ago

useful code for s3 http://www.programcreek.com/java-api-examples/index.php?api=com.amazonaws.services.s3.AmazonS3Client

digcat commented 8 years ago

Should preserve lifecycle in amazon http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html so glacier etc can be utilised.