Skip to content

Commit 58e18d8

Browse files
committed
remove unused interface
1 parent d96b424 commit 58e18d8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/client_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Deno.test({
3333

3434
Deno.test({
3535
name:
36-
"[client] should throw when creating a bucket if the bucket already exists.",
36+
"[client] should throw when creating a bucket if the bucket already exists",
3737
async fn() {
3838
await assertThrowsAsync(
3939
() => s3.createBucket("test.bucket"),

src/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,3 @@ export interface CreateBucketOptions {
566566
/** Allows grantee to write the ACL for the applicable bucket. */
567567
grantWriteAcp?: string;
568568
}
569-
570-
export interface CreateBucketResponse {
571-
/** The bucket location. */
572-
location: string;
573-
}

0 commit comments

Comments
 (0)