Skip to content

Commit e7d9c3c

Browse files
authored
Add missing type in the S3 Signer (#1497)
1 parent 4d2476f commit e7d9c3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Service/S3/src/Signer/SignerV4ForS3.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ class SignerV4ForS3 extends SignerV4
3838
'PutObjectLockConfiguration' => true,
3939
];
4040

41+
/**
42+
* @var bool
43+
*/
4144
private $sendChunkedBody;
4245

4346
/**

0 commit comments

Comments
 (0)