-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key.last_modified is None #8
Comments
Pretty sure I did it right. Crazy that they have different formats. In case I need to come back to this ticket later: boto/boto#466 |
Very nice, thanks! :) [edit] |
spulec
pushed a commit
that referenced
this issue
Jul 28, 2019
AssumeRole returns randomly generated credentials.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On all keys I create,
last_modified
appears to beNone
, instead of the dates boto exposes.Btw, from what I've seen:
For listing, the format is iso8601 without a timezone
For keys, the format is HTTP Date (RFC 822) with a GMT timezone
The text was updated successfully, but these errors were encountered: