Source code for s3manifesto.constants

# -*- coding: utf-8 -*-

"""
Constant values used in the package.
"""


[docs] class KeyEnum: """ important Python dictionary key enums. """ URI = "uri" ETAG = "etag" SIZE = "size" N_RECORD = "n_record" FINGERPRINT = "fingerprint" MANIFEST = "manifest" DETAILS = "details"