summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-04-10 16:22:27 -0700
committerTim Burke <tim.burke@gmail.com>2019-06-27 21:45:10 -0700
commit9021a58c240e156f54ffafdc4609868f348d3ebc (patch)
tree0ab82d4b2aa595a99cf8d48695a3724f47f3f589 /swiftclient/client.py
parent113eacf3b80f61d366b3e95b558b40f82ff728a4 (diff)
downloadpython-swiftclient-9021a58c240e156f54ffafdc4609868f348d3ebc.tar.gz
Fix SLO re-upload
Previously, if you uploaded a file as an SLO then re-uploaded it with the same segment size and mtime, the second upload would go delete the segments it just (re)uploaded. This was due to us tracking old_slo_manifest_paths and new_slo_manifest_paths in different formats; one would have a leading slash while the other would not. Now, normalize to the stripped-slash version so we stop deleting segments we just uploaded. Change-Id: Ibcbed3df4febe81cdf13855656e2daaca8d521b4
Diffstat (limited to 'swiftclient/client.py')
0 files changed, 0 insertions, 0 deletions