async-aws / aws

AWS SDK with readable code and async responses

Home Page:https://async-aws.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 Retain Date Incompatibility DateTime ISO8601

ngourle opened this issue · comments

The use of DateTimeInterface::ISO8601 is incompatible with the ISO 8601 date format according to the PHP documentation. As a result, I was unable to apply a retention delay when uploading an object.