Skip to content

Commit

Permalink
Update stubs to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 21, 2024
1 parent aca3b7a commit 9dcb9cf
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 104 deletions.
4 changes: 4 additions & 0 deletions awscrt-stubs/s3.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class S3Client(NativeResource):
signing_config: Optional[AwsSigningConfig] = ...,
credential_provider: Optional[AwsCredentialsProvider] = ...,
checksum_config: Optional[S3ChecksumConfig] = ...,
part_size: Optional[int] = ...,
multipart_upload_threshold: Optional[int] = ...,
recv_filepath: Optional[str] = ...,
send_filepath: Optional[str] = ...,
on_headers: Optional[Callable[[int, List[Tuple[str, str]]], None]] = ...,
Expand All @@ -100,6 +102,8 @@ class S3Request(NativeResource):
signing_config: Optional[AwsSigningConfig] = ...,
credential_provider: Optional[AwsCredentialsProvider] = ...,
checksum_config: Optional[S3ChecksumConfig] = ...,
part_size: Optional[int] = ...,
multipart_upload_threshold: Optional[int] = ...,
recv_filepath: Optional[str] = ...,
send_filepath: Optional[str] = ...,
on_headers: Optional[Callable[[int, List[Tuple[str, str]]], None]] = ...,
Expand Down
Loading

0 comments on commit 9dcb9cf

Please sign in to comment.