update layercake version
This commit is contained in:
@@ -45,12 +45,12 @@ class AuditLogMiddleware(BaseMiddlewareHandler):
|
||||
self,
|
||||
action: str,
|
||||
/,
|
||||
collect: DynamoDBCollection,
|
||||
collection: DynamoDBCollection,
|
||||
audit_attrs: tuple[str, ...] = (),
|
||||
retention_days: int | None = LOG_RETENTION_DAYS,
|
||||
) -> None:
|
||||
self.action = action
|
||||
self.collect = collect
|
||||
self.collection = collection
|
||||
self.audit_attrs = audit_attrs
|
||||
self.retention_days = retention_days
|
||||
|
||||
@@ -80,7 +80,7 @@ class AuditLogMiddleware(BaseMiddlewareHandler):
|
||||
else None
|
||||
)
|
||||
|
||||
self.collect.put_item(
|
||||
self.collection.put_item(
|
||||
key=KeyPair(
|
||||
# Post-migration: remove `delimiter` and update prefix
|
||||
# from `log` to `logs` in ComposeKey.
|
||||
|
||||
Reference in New Issue
Block a user