moto/moto/s3
Cory Lorenz 5320b39912 Make S3 Model Timestamps Consistent By Using UTC
UTC seems to be default timezone for AWS, and the time strings are reporting as GMT, yet the date time is the local time zone.
2014-09-12 15:37:22 -07:00
..
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
exceptions.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
models.py Make S3 Model Timestamps Consistent By Using UTC 2014-09-12 15:37:22 -07:00
responses.py treat request.headers as a more general list of dicts 2014-09-10 17:37:20 +03:00
urls.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
utils.py Support Python 3 using six 2014-08-28 10:57:43 -04:00