You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,32 @@
1
-
## My Project
1
+
## Large Payload Offloading Java Common Library For AWS
2
2
3
-
TODO: Fill this README out!
3
+
The **Large Payload Offloading Java Common Library For AWS** enables you to manage payloads with Amazon S3.
4
+
For example, this is useful for storing and retrieving payloads with size greater than the current SQS/SNS limit of 256 KB, up to a maximum of 2 GB.
5
+
6
+
You can use this library to:
4
7
5
-
Be sure to:
8
+
* Specify whether payloads are always stored in Amazon S3 or only when a payload's size exceeds 256 KB.
6
9
7
-
* Change the title in this README
8
-
* Edit your repository description on GitHub
10
+
* Get the corresponding payload object from an Amazon S3 bucket.
11
+
12
+
* Delete the corresponding payload object from an Amazon S3 bucket.
13
+
14
+
You can download release builds through the [releases section of this](https://github.com/awslabs/large-payload-offloading-java-common-lib-for-aws/releases) project.
15
+
16
+
## Getting Started
17
+
18
+
***Sign up for AWS** -- Before using this library with Amazon services, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see [AWS Account and Credentials](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide.
19
+
***Minimum requirements** -- You'll need Java 8 (or later) and [Maven 3](http://maven.apache.org/).
20
+
***Download** -- Download the [latest preview release](https://github.com/awslabs/large-payload-offloading-java-common-lib-for-aws/releases) or pick it up from Maven:
0 commit comments