Skip to content

Commit

Permalink
Make sure thatt S3Uris are human readable when printed
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Dec 17, 2024
1 parent e525ab2 commit 7c90b41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package org.opensearch.migrations.bulkload.common;

import lombok.ToString;

@ToString
public class S3Uri {
public final String bucketName;
public final String key;
Expand Down

0 comments on commit 7c90b41

Please sign in to comment.