Skip to content

Commit 6509006

Browse files
committed
examples
1 parent 8eef066 commit 6509006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/objectstorage/src/main/java/cloud/stackit/sdk/objectstorage/examples/ObjectStorageExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import cloud.stackit.sdk.core.KeyFlowAuthenticator;
44
import cloud.stackit.sdk.core.config.CoreConfiguration;
55
import cloud.stackit.sdk.core.exception.ApiException;
6-
import cloud.stackit.sdk.objectstorage.api.ObjectStorageApi;
7-
import cloud.stackit.sdk.objectstorage.model.*;
6+
import cloud.stackit.sdk.objectstorage.v2api.api.ObjectStorageApi;
7+
import cloud.stackit.sdk.objectstorage.v2api.model.*;
88
import java.io.IOException;
99
import java.net.HttpURLConnection;
1010
import java.time.Duration;

0 commit comments

Comments
 (0)