Skip to content

Commit f6e43e5

Browse files
author
Anirav Kareddy
committed
appends a period in front of the instruction file suffix
1 parent 6194b64 commit f6e43e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/encryption/s3/internal/ReEncryptInstructionFileRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public Builder newKeyring(RawKeyring newKeyring) {
6464
}
6565

6666
public Builder instructionFileSuffix(String instructionFileSuffix) {
67-
this.instructionFileSuffix = instructionFileSuffix;
67+
this.instructionFileSuffix = "." + instructionFileSuffix;
6868
return this;
6969
}
7070

0 commit comments

Comments
 (0)