Skip to content

Commit

Permalink
small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
sterapido committed Sep 12, 2023
1 parent 17f58a4 commit 9d80996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ follow this URI pattern:
```
s3x://[key:secret@]endpoint[:port]/bucket/objectkey
```
Note that in this case the TCP port of the target service must be specified.

If no credentials are given the default AWS configuration mechanism will be used as per
the section above.

Expand All @@ -102,7 +102,7 @@ The same can also be provided when creating a file system:
```
Map<String, String> env = ...;
env.put("s3.spi.endpoint-protocol", "http");
FileSystem fs = FileSystems.newFileSystem("s3://myendpoint.com:1000/mybucket", env);
FileSystem fs = FileSystems.newFileSystem("s3x://myendpoint.com:1000/mybucket", env);
```

## Reading Files
Expand Down

0 comments on commit 9d80996

Please sign in to comment.