We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b0423 commit ceab65bCopy full SHA for ceab65b
1 file changed
lib/extras/s3-presign.ts
@@ -1,5 +1,5 @@
1
-import { type Credentials, DefaultCredentialsProvider, getDefaultRegion } from "@cloudydeno/aws-api/client/credentials.ts";
2
-import { AWSSignerV4 } from "@cloudydeno/aws-api/client/signing.ts";
+import { type Credentials, DefaultCredentialsProvider, getDefaultRegion } from "../client/credentials.ts";
+import { AWSSignerV4 } from "../client/signing.ts";
3
4
export interface GetSignedUrlOptions {
5
bucket: string;
0 commit comments