Loading kinetic/common.py +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ class BatchAbortedException(KineticException): super(BatchAbortedException, self).__init__(value) self.failed_operation_index = -1 class BatchCompletedException(KineticClientException): def __init__(self): super(BatchCompletedException, self).__init__('batch completed. no more operations are permitted within this batch.') class HmacAlgorithms: INVALID_HMAC_ALGORITHM = -1 # Must come first, so default is invalid HmacSHA1 = 1 # this is the default Loading Loading
kinetic/common.py +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ class BatchAbortedException(KineticException): super(BatchAbortedException, self).__init__(value) self.failed_operation_index = -1 class BatchCompletedException(KineticClientException): def __init__(self): super(BatchCompletedException, self).__init__('batch completed. no more operations are permitted within this batch.') class HmacAlgorithms: INVALID_HMAC_ALGORITHM = -1 # Must come first, so default is invalid HmacSHA1 = 1 # this is the default Loading