Skip to content

Commit

Permalink
Update Credentials.java
Browse files Browse the repository at this point in the history
Changing exoscale4j into sdk to align with pom.xml update.
  • Loading branch information
elkezza authored Aug 7, 2024
1 parent 7009cad commit 821cfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/libraries/native/Credentials.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.exoscale.exoscale4j.client;
package com.exoscale.sdk.client;

import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
Expand Down Expand Up @@ -33,4 +33,4 @@ public String generateSignature(String method, String path, String requestBody)
String signature = Base64.getEncoder().encodeToString(hash);
return EXO_2_HMAC_SHA_256_CREDENTIAL + apiKey + COMMA + EXPIRES + unixTimestamp + COMMA + SIGNATURE + signature;
}
}
}

0 comments on commit 821cfb5

Please sign in to comment.