Skip to content

Commit

Permalink
Merge branch 'master' into ref-get-set-object-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx authored Aug 31, 2023
2 parents 120e452 + 51f36b6 commit d8a8f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minio",
"version": "7.1.2",
"version": "7.1.3",
"description": "S3 Compatible Cloud Storage client",
"main": "./dist/main/minio.js",
"module": "./dist/esm/minio.mjs",
Expand Down
4 changes: 4 additions & 0 deletions src/internal/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ export type BucketItem =
name: string
size: number
etag: string
prefix?: never
lastModified: Date
}
| {
name?: never
etag?: never
lastModified?: never
prefix: string
size: 0
}
Expand Down

0 comments on commit d8a8f7b

Please sign in to comment.