Change some integer types to int64
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

Modified integer types representing byte or object count to int64 to prevent overflow.
This commit is contained in:
Mike Coleman 2023-01-16 23:57:23 -08:00
parent f5746a46f9
commit fcc5033466
1 changed files with 6 additions and 0 deletions

View File

@ -678,10 +678,12 @@ paths:
properties:
maxSize:
type: integer
format: int64
nullable: true
example: 19029801
maxObjects:
type: integer
format: int64
nullable: true
example: null
@ -1158,9 +1160,11 @@ components:
$ref: '#/components/schemas/BucketKeyInfo'
objects:
type: integer
format: int64
example: 14827
bytes:
type: integer
format: int64
example: 13189855625
unfinishedUploads:
type: integer
@ -1171,10 +1175,12 @@ components:
maxSize:
nullable: true
type: integer
format: int64
example: null
maxObjects:
nullable: true
type: integer
format: int64
example: null