-
Notifications
You must be signed in to change notification settings - Fork 921
Add AsyncPresignedUrlManager integration tests #6290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jencymaryjoseph
wants to merge
29
commits into
aws:feature/master/pre-signed-url-getobject
Choose a base branch
from
jencymaryjoseph:feature/integTest
base: feature/master/pre-signed-url-getobject
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add AsyncPresignedUrlManager integration tests #6290
jencymaryjoseph
wants to merge
29
commits into
aws:feature/master/pre-signed-url-getobject
from
jencymaryjoseph:feature/integTest
+337
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zoewangg
requested changes
Jul 24, 2025
...software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerIntegrationTest.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
zoewangg
reviewed
Jul 25, 2025
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
zoewangg
approved these changes
Jul 28, 2025
.../java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerTestSuite.java
Outdated
Show resolved
Hide resolved
… relevant text in returned results for Search and SearchListings APIs and 2) returning aggregated counts of values for specified attributes for SearchListings API.
…ces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service).
…valuationModel and DescribeConfigurationRecorders APIs.
…tsApp template management APIs that enable customers to programmatically create and submit templates for approval, monitor approval status, and manage the complete template lifecycle
…SQS fair queues feature.
…pecifying a preferred input for channels using CMAF ingest.
…on with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
…IoT SiteWise using new Computation Model APIs
…nal parameter to the create / update pipeline APIs as an alternative to passing in the pipeline configuration body
8e434cf
to
d7369b7
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds integration tests for
AsyncPresignedUrlManager
to validate pre-signed URL operations withS3AsyncClient
implementations.Motivation and Context
Modifications
Added
AsyncPresignedUrlManagerTestSuite
: Abstract test suite with test scenarios to support multipleS3AsyncClient
implementations (defaultS3AsyncClient
and future CRT client support)Added
AsyncPresignedUrlManagerIntegrationTest
: Concrete implementation for standardS3AsyncClient
testingTesting
Ran aws-sdk-java-v2-IntegrationTest-JDK8 : all tests passed.
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License