CreationDate in the console is the same value you would get if you did aws s3 ls --region us-east-1 while the CreationDate you get in any other region is the last modified date.
Expected Behavior
Return a consistent Creation Date
Steps to Reproduce
aws s3 ls --region us-east-1aws s3 ls --region us-east-2
Describe the bug
CreationDate in the console is the same value you would get if you did
aws s3 ls --region us-east-1
while the CreationDate you get in any other region is the last modified date.Expected Behavior
Return a consistent Creation Date
Steps to Reproduce
aws s3 ls --region us-east-1
aws s3 ls --region us-east-2
Possible Solution
No response
Provider and CloudQuery version
all
Additional Context
No response