From d6680f1ad84322cfb519d4aafd087d8b8cacb3bd Mon Sep 17 00:00:00 2001 From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:20:41 -0800 Subject: [PATCH 1/3] chore: fix examples path --- migration_examples/v3-to-v4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration_examples/v3-to-v4/README.md b/migration_examples/v3-to-v4/README.md index 3de9b3ab6..633ebc324 100644 --- a/migration_examples/v3-to-v4/README.md +++ b/migration_examples/v3-to-v4/README.md @@ -1,6 +1,6 @@ # S3 Encryption Client v3 to v4 Migration Examples -> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](../../../src/examples/java/software/amazon/encryption/s3/examples). +> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](../../src/examples/java/software/amazon/encryption/s3/examples). This directory contains examples demonstrating the migration path from S3 Encryption Client v3 to v4, focusing on different commitment policy configurations. For more information, refer to the Developer Guide. From 7bdbda8ea83177035b66f2dbc8b959643e223179 Mon Sep 17 00:00:00 2001 From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:53:22 -0800 Subject: [PATCH 2/3] chore: fix examples path --- README.md | 2 +- migration_examples/v3-to-v4/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64db858b2..fe47e4019 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ class Example { } ``` -For detailed migration guidance and step-by-step examples, refer to the [Migration Examples](migration_examples/v3-to-v4/README.md). For more information, refer to the Developer Guide. +For detailed migration guidance and step-by-step examples, refer to the [Migration Examples](https://github.com/aws/amazon-s3-encryption-client-java/tree/main/migration_examples/v3-to-v4). For more information, refer to the Developer Guide. #### V2 KMS Materials Provider to V4 diff --git a/migration_examples/v3-to-v4/README.md b/migration_examples/v3-to-v4/README.md index 633ebc324..ad0387b24 100644 --- a/migration_examples/v3-to-v4/README.md +++ b/migration_examples/v3-to-v4/README.md @@ -1,6 +1,6 @@ # S3 Encryption Client v3 to v4 Migration Examples -> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](../../src/examples/java/software/amazon/encryption/s3/examples). +> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](https://github.com/aws/amazon-s3-encryption-client-java/tree/main/src/examples/java/software/amazon/encryption/s3/examples). This directory contains examples demonstrating the migration path from S3 Encryption Client v3 to v4, focusing on different commitment policy configurations. For more information, refer to the Developer Guide. From f1a9f0bcd08d3b5c644683817d58144ae5096eef Mon Sep 17 00:00:00 2001 From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:57:13 -0800 Subject: [PATCH 3/3] fix spec path --- .gitmodules | 3 +-- specification | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b27203492..b4e128ffa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "specification"] path = specification - url = git@github.com:awslabs/private-aws-encryption-sdk-specification-staging.git - branch = fire-egg-staging \ No newline at end of file + url = git@github.com:awslabs/aws-encryption-sdk-specification.git \ No newline at end of file diff --git a/specification b/specification index 129b9c5e5..280a89401 160000 --- a/specification +++ b/specification @@ -1 +1 @@ -Subproject commit 129b9c5e53a8c4f6be10a52c9d3dcdf765000d78 +Subproject commit 280a894019cd1b4efc6b16cfb233bf1ec21bc508