Skip to content

Move S3 CRT related class out of s3-tranfer-manager module to s3 module #3195

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 2 commits into from
May 17, 2022

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented May 16, 2022

Modifications

Move S3 CRT related class out of s3-tranfer-manager module to s3 module

Testing

Integ tests passed

@zoewangg zoewangg requested a review from a team as a code owner May 16, 2022 21:12
@@ -13,7 +13,7 @@
* permissions and limitations under the License.
*/

package software.amazon.awssdk.transfer.s3.internal;
package software.amazon.awssdk.services.s3.internal.crt;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will make this class public API before GA

<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>${awscrt.version}</version>
<scope>provided</scope>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependencies of provided scope are not transitive.

@zoewangg zoewangg changed the base branch from master to tm/moveS3CrtClasses May 17, 2022 18:05
@zoewangg zoewangg force-pushed the zoewang/moveS3CrtAsyncClient branch 2 times, most recently from 2953c67 to 37633f2 Compare May 17, 2022 21:32
@zoewangg zoewangg force-pushed the zoewang/moveS3CrtAsyncClient branch from 37633f2 to 823c025 Compare May 17, 2022 21:58
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 41 Code Smells

70.7% 70.7% Coverage
1.4% 1.4% Duplication

@zoewangg zoewangg merged commit 448c1e5 into tm/moveS3CrtClasses May 17, 2022
@zoewangg zoewangg deleted the zoewang/moveS3CrtAsyncClient branch May 17, 2022 22:57
zoewangg added a commit that referenced this pull request May 24, 2022
…le (#3195)

* Move S3 CRT related class from s3-tranfer-manager module to s3 module

* Update AbstractS3AsyncClient
aws-sdk-java-automation added a commit that referenced this pull request Aug 23, 2024
…914202dff

Pull request: release <- staging/01f70015-7c37-4d48-827a-ba3914202dff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants