Skip to content

Commit 42da778

Browse files
Implemented S3 bucket lifecycle configuration (#2041)
* Implemented S3 bucket lifecycle configuration * Update CHANGELOG.md * Update S3ClientTest.php * Update composer.json
1 parent aaaa74c commit 42da778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Generator/ResponseParser/RestXmlParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ private function parseXmlResponseTimestamp(Shape $shape, string $input, bool $re
376376
$format = $shape->get('timestampFormat') ?? '';
377377
switch ($format) {
378378
case '':
379+
case 'iso8601':
379380
$body = 'new \DateTimeImmutable((string) INPUT)';
380381

381382
break;

0 commit comments

Comments
 (0)