Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 853 Bytes

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.