Skip to content

Commit

Permalink
Make sure that S3Uris are human readable when printed (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#1205)

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Dec 18, 2024
1 parent e525ab2 commit d1cf844
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 d1cf844

Please sign in to comment.