amazon-s3-encryption-client-java icon indicating copy to clipboard operation
amazon-s3-encryption-client-java copied to clipboard

The Amazon S3 Encryption Client is a client-side encryption library that enables you to encrypt an object locally to ensure its security before passing it to Amazon Simple Storage Service (Amazon S3).

Results 41 amazon-s3-encryption-client-java issues
Sort by recently updated
recently updated
newest added

Bumps software.amazon.awssdk:kms from 2.20.38 to 2.27.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:kms&package-manager=maven&previous-version=2.20.38&new-version=2.27.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

#382 Added resources for tests. Add these resources to the release process. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...

The modern S3EC and SDK V2 treat reading 0 bytes from a stream differently in at least one case: If the Stream has no more content. *Issue #, if available:*...

Bumps commons-logging:commons-logging from 1.2 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-logging:commons-logging&package-manager=maven&previous-version=1.2&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.7.3 to 4.8.6. Release notes Sourced from com.github.spotbugs:spotbugs-annotations's releases. SpotBugs 4.8.6 CHANGELOG Fixed Do not report BC_UNCONFIRMED_CAST for Java 21's type switches when the switch instruction is...

dependencies
java

### Problem: When using ranged queries with the encryption client, I get a different behavior than with the regular S3 client. It is not clear there which one is incorrect:...

### Problem: The following code fails (if the credential chain does not provide the region): ```java import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Isolated; import org.junitpioneer.jupiter.ClearEnvironmentVariable; import org.junitpioneer.jupiter.ClearSystemProperty; import org.junitpioneer.jupiter.SetEnvironmentVariable; import org.junitpioneer.jupiter.SetSystemProperty;...

*Issue #, if available:* n/a *Description of changes:* The release validation steps are currently running serially. For quicker releases, we can parallelize them. By submitting this pull request, I confirm...

### Problem: Latest version 3.2.1 of the encryption client. With the new high level configuration (see https://github.com/aws/amazon-s3-encryption-client-java/blob/main/src/examples/java/software/amazon/encryption/s3/examples/ClientConfigurationExample.java), I was expecting to be able to create my client like this: ```java...

Bumps software.amazon.awssdk:kms from 2.20.38 to 2.28.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:kms&package-manager=maven&previous-version=2.20.38&new-version=2.28.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java