-
Notifications
You must be signed in to change notification settings - Fork 108
Upgrade to AWS SDK v2 #58
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1aafed9
Upgrade to AWS SDK v2
mngo87 055bae5
Merge branch 'master' into v2
adam-aws 95e9583
Make use of the Payload Offloading library v2
adam-aws 05e0ee7
remove iml file
adam-aws 42c0961
Update how we appendUserAgent
adam-aws dc609af
Merge branch 'master' into v2
adam-aws 7b76277
Merge branch 'master' into v2
adam-aws File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | ||
<output url="file://$MODULE_DIR$/target/classes" /> | ||
<output-test url="file://$MODULE_DIR$/target/test-classes" /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | ||
<excludeFolder url="file://$MODULE_DIR$/target" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:sqs:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:aws-query-protocol:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:protocol-core:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:sdk-core:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.28" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.4" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.4" level="project" /> | ||
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.2" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:auth:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.eventstream:eventstream:1.0.1" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:http-client-spi:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:regions:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.4" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:annotations:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:utils:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:aws-core:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:metrics-spi:2.14.19" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: software.amazon.awssdk:apache-client:2.14.19" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpclient:4.5.9" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-codec:commons-codec:1.11" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: software.amazon.awssdk:netty-nio-client:2.14.19" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec-http:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec-http2:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-resolver:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-common:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-buffer:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-handler:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport-native-epoll:linux-x86_64:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport-native-unix-common:4.1.46.Final" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: com.typesafe.netty:netty-reactive-streams-http:2.0.4" level="project" /> | ||
<orderEntry type="library" scope="RUNTIME" name="Maven: com.typesafe.netty:netty-reactive-streams:2.0.4" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:s3:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:aws-xml-protocol:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:arns:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.awssdk:profiles:2.14.19" level="project" /> | ||
<orderEntry type="library" name="Maven: software.amazon.payloadoffloading:payloadoffloading-common:2.1.2" level="project" /> | ||
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:1.10.19" level="project" /> | ||
<orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.1" level="project" /> | ||
</component> | ||
</module> |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done