diff --git a/moto/s3/models.py b/moto/s3/models.py index c41ff3901..c60c49b72 100644 --- a/moto/s3/models.py +++ b/moto/s3/models.py @@ -90,7 +90,7 @@ class FakeKey(object): @property def response_dict(self): r = { - 'etag': self.etag, + 'Etag': self.etag, 'last-modified': self.last_modified_RFC1123, } if self._storage_class != 'STANDARD':