Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix examples path
  • Loading branch information
imabhichow committed Jan 14, 2026
commit 7bdbda8ea83177035b66f2dbc8b959643e223179
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-v4-migration.html">Developer Guide</a>.
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 <a href="https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-v4-migration.html">Developer Guide</a>.


#### V2 KMS Materials Provider to V4
Expand Down
2 changes: 1 addition & 1 deletion migration_examples/v3-to-v4/README.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-v4-migration.html">Developer Guide</a>.

Expand Down