File tree Expand file tree Collapse file tree 3 files changed +631
-2
lines changed
objectstorage/src/main/java/cloud/stackit/sdk/objectstorage/examples
src/main/java/cloud/stackit/sdk/sfs/examples Expand file tree Collapse file tree 3 files changed +631
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public static void main(String[] args) throws IOException {
3434 httpClient
3535 .newBuilder ()
3636 .authenticator (authenticator )
37- // The object storage requests are sychronous and may take a few seconds.
38- // To prevent an timeout, we increase the read timeout to 15 seconds
37+ // The object storage requests are synchronous and may take a few seconds.
38+ // To prevent a timeout, we increase the read timeout to 15 seconds
3939 .readTimeout (Duration .ofSeconds (15 ))
4040 .build ();
4141
Original file line number Diff line number Diff line change 1+ dependencies {
2+ implementation project (' :services:sfs' )
3+ implementation ' com.squareup.okhttp3:okhttp:4.12.0'
4+ }
5+
6+ ext. mainClassName = ' cloud.stackit.sdk.sfs.examples.SfsExample'
You can’t perform that action at this time.
0 commit comments