tizbac / pmoxs3backuproxy

Proxy written in golang that will emulate a PBS server and work on one or more S3 buckets
GNU General Public License v3.0
49 stars 4 forks source link

cleanup #46

Closed abbbi closed 2 months ago

abbbi commented 2 months ago

for review,.. @tizbac

i dont think its necessary to go through the digest list here twice, if its only to create a key map for sorting the contents. The future saved json file can be filled in the main loop, too, where the check for missing items in the list is also in place?

tizbac commented 2 months ago

Yeah i had something else in mind then had to change it