summaryrefslogtreecommitdiff
path: root/swift/common/middleware/s3api/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Change sysmeta name from swift3 to s3apiKota Tsuyuzaki2018-04-061-3/+3
| | | | | | | | And add a magic to translate existing swift3 sysmeta to s3api sysmeta at swift.common.middleware.s3api.response.Response to upgrade easy from swift3 to s3api. Change-Id: I4c11274a69863be04fd2b1ca4c1d4d9aadbff2de
* Address lingering TODO comments about copied Swift codeTim Burke2018-03-291-45/+0
| | | | Change-Id: Id3daf383b8d5a2050571b266ec61bcc9ab2f4302
* Avoid global CONF instanceKota Tsuyuzaki2018-03-141-6/+42
| | | | Change-Id: I6ce117678cfac455c16abb15cf7e7cab199680e6
* Avoid global LOGGER instanceKota Tsuyuzaki2018-01-121-4/+0
| | | | | | | | We should not use global variable as possible. This patch removes the LOGGER global variable. And then, add get_logger to some places that need to log. Change-Id: I6041cfa10a2e2461b87d3fae9bc453858f03ace2
* Continue merge swift3 middlewareThiago da Silva2017-10-201-0/+203
Further clean-up/moving of files Change-Id: Iaf17d20d42f53bd23e7a37d3e1c116b4f1b92a61 Signed-off-by: Thiago da Silva <thiago@redhat.com>