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 = [
18
18
" version" ,
19
19
]
20
20
dependencies = [
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 " ,
23
23
" aws-lambda-powertools ~= 2.35" ,
24
24
" pydantic >= 2.0.3, < 3" ,
25
25
" aws-lambda-typing" ,
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class RemoveDataPathsResponse(SchemaModel):
118
118
119
119
@dataclass
120
120
class 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 ())
122
122
max_depth : Optional [int ] = custom_field (default = None , mm_field = IntegerField ())
123
123
min_depth : Optional [int ] = custom_field (default = None , mm_field = IntegerField ())
124
124
min_size_bytes_allowed : int = custom_field (default = 0 , mm_field = IntegerField ())
You can’t perform that action at this time.
0 commit comments