Skip to content

dwildt/aws-s3-java-howto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 Java API Example

Objectives:

  • How to use the Java API to interact with Amazon Web Services S3 Service
  • With the S3 API, how to:
    • Create and remove Buckets
    • Upload files
    • Delete files
    • Make files public (Public Read objects can be accessed directly from the web with a http address)

Where to start:

  • Make sure you have an AWS account and keys configured (http://aws.amazon.com/security-credentials)
  • Start reading two test cases AWSFileMapperBucketTest and AWSFileMapperTest
  • Build your own AwsCredentials.properties (based on AwsCredentials-sample.properties)

References:

Feedbacks?

  • Follow me on Twitter @dwildt
  • Send a issue or a pull request to improve code.

About

Example using the AWS S3 API with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages