Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit e45bd02

Browse files
author
sbeimin
committed
encode relative uri
1 parent a024ac7 commit e45bd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/upplication/s3fs/S3Path.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public URI toUri() {
465465
return URI.create("s3://" + normalizeURI(builder.toString()));
466466
}
467467
else {
468-
return URI.create(this.uri);
468+
return URI.create(uri);
469469
}
470470
}
471471

0 commit comments

Comments
 (0)