https://github.com/awslabs/payload-offloading-java-common-lib-for-aws
Shared library between AWS extended messaging clients to manage payloads larger than their limits.
https://github.com/awslabs/payload-offloading-java-common-lib-for-aws
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Shared library between AWS extended messaging clients to manage payloads larger than their limits.
Basic Info
Statistics
- Stars: 33
- Watchers: 6
- Forks: 15
- Open Issues: 11
- Releases: 11
Topics
Metadata Files
README.md
Payload Offloading Java Common Library For AWS
The Payload Offloading Java Common Library For AWS enables you to manage payloads with Amazon S3. 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.
You can use this library to:
Specify whether payloads are always stored in Amazon S3 or only when a payload's size exceeds 256 KB.
Get the corresponding payload object from an Amazon S3 bucket.
Delete the corresponding payload object from an Amazon S3 bucket.
You can download release builds through the releases section of this project.
Getting Started
- 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 in the AWS SDK for Java Developer Guide.
- Minimum requirements -- You'll need Java 8 (or later) and Maven 3.
- Download -- Download the latest preview release or pick it up from Maven:
Version 2.x
xml
<dependency>
<groupId>software.amazon.payloadoffloading</groupId>
<artifactId>payloadoffloading-common</artifactId>
<version>2.2.0</version>
</dependency>
Version 1.x
xml
<dependency>
<groupId>software.amazon.payloadoffloading</groupId>
<artifactId>payloadoffloading-common</artifactId>
<version>1.1.3</version>
</dependency>
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
Owner
- Name: Amazon Web Services - Labs
- Login: awslabs
- Kind: organization
- Location: Seattle, WA
- Website: http://amazon.com/aws/
- Repositories: 914
- Profile: https://github.com/awslabs
AWS Labs
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****]@u****m | 8 |
| Adam Bchouti | 6****s@u****m | 3 |
| Adam Bchouti | a****o@a****m | 3 |
| Mark Sailes | 4****s@u****m | 2 |
| ziyanli-amazon | 7****n@u****m | 2 |
| Ahmed Hammad | h****l@g****m | 1 |
| Amazon GitHub Automation | 5****o@u****m | 1 |
| Fatemeh Rizi | 6****i@u****m | 1 |
| Jacob Li | z****i@a****m | 1 |
| Rania Chantzopoulou | c****a@g****m | 1 |
| Scott Gerring | s****g@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 54
- Average time to close issues: about 2 months
- Average time to close pull requests: 2 months
- Total issue authors: 7
- Total pull request authors: 11
- Average comments per issue: 0.43
- Average comments per pull request: 0.67
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 36
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- goldmar (1)
- suhasbhatta (1)
- adam-aws (1)
- richardsmithsfdc (1)
- Logic-32 (1)
- robin-aws (1)
- ahmedhammad97 (1)
Pull Request Authors
- dependabot[bot] (48)
- richardsmithsfdc (5)
- adam-aws (4)
- msailes (3)
- rbugatha (2)
- scottgerring (1)
- aws-rizi (1)
- ziyanli-amazon (1)
- ADU-21 (1)
- rania-chantz (1)
- ahmedhammad97 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 52
- Total dependent packages: 4
- Total dependent repositories: 5
- Total versions: 11
repo1.maven.org: software.amazon.payloadoffloading:payloadoffloading-common
Common library between extended Amazon AWS clients to save payloads up to 2GB on Amazon S3.
- Homepage: https://github.com/awslabs/payload-offloading-java-common-lib-for-aws
- Documentation: https://appdoc.app/artifact/software.amazon.payloadoffloading/payloadoffloading-common/
- License: Apache License, Version 2.0
-
Latest release: 2.2.0
published almost 2 years ago
Rankings
Dependencies
- software.amazon.awssdk:s3 2.16.73
- software.amazon.awssdk:utils 2.16.73
- junit:junit 4.13.1 test
- org.hamcrest:hamcrest-all 1.3 test
- org.mockito:mockito-core 3.3.3 test
- pl.pragmatists:JUnitParams 1.1.1 test