File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/aibs_informatics_aws_lambda/handlers/data_sync Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ dynamic = [
1818 " version" ,
1919]
2020dependencies = [
21- " aibs-informatics-aws-utils~=0.0.4 " ,
22- " aibs-informatics-core~=0.0.8 " ,
21+ " aibs-informatics-aws-utils~=0.0.8 " ,
22+ " aibs-informatics-core~=0.1.0 " ,
2323 " aws-lambda-powertools ~= 2.35" ,
2424 " pydantic >= 2.0.3, < 3" ,
2525 " aws-lambda-typing" ,
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class RemoveDataPathsResponse(SchemaModel):
118118
119119@dataclass
120120class OutdatedDataPathScannerRequest (WithDataPath ):
121- days_since_last_accessed : float = custom_field (default = 7. 0 , mm_field = FloatField ())
121+ days_since_last_accessed : float = custom_field (default = 0 , mm_field = FloatField ())
122122 max_depth : Optional [int ] = custom_field (default = None , mm_field = IntegerField ())
123123 min_depth : Optional [int ] = custom_field (default = None , mm_field = IntegerField ())
124124 min_size_bytes_allowed : int = custom_field (default = 0 , mm_field = IntegerField ())
You can’t perform that action at this time.
0 commit comments