Skip to content

Commit

Permalink
remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Nov 7, 2021
1 parent d96b424 commit 58e18d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/client_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Deno.test({

Deno.test({
name:
"[client] should throw when creating a bucket if the bucket already exists.",
"[client] should throw when creating a bucket if the bucket already exists",
async fn() {
await assertThrowsAsync(
() => s3.createBucket("test.bucket"),
Expand Down
5 changes: 0 additions & 5 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,3 @@ export interface CreateBucketOptions {
/** Allows grantee to write the ACL for the applicable bucket. */
grantWriteAcp?: string;
}

export interface CreateBucketResponse {
/** The bucket location. */
location: string;
}

0 comments on commit 58e18d8

Please sign in to comment.