diff --git a/storage.yaml b/storage.yaml index 4f2b496..7f11f56 100644 --- a/storage.yaml +++ b/storage.yaml @@ -796,6 +796,9 @@ components: state: type: string example: "executed" + maxLength: 30 + minLength: 1 + pattern: ".*" data: $ref: "#/components/schemas/S3Credential" ResponseBucket: