Skip to content

Commit

Permalink
Update to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jul 15, 2024
1 parent 83d542a commit 9f9c7e5
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 97 deletions.
3 changes: 2 additions & 1 deletion awscrt-stubs/s3.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from dataclasses import dataclass
from enum import IntEnum
from threading import Event
from types import TracebackType
from typing import Any, Callable, List, Optional, Tuple, Type
from typing import Any, Callable, List, Optional, Sequence, Tuple, Type

from awscrt import NativeResource as NativeResource
from awscrt.auth import AwsCredentialsProvider as AwsCredentialsProvider
Expand Down Expand Up @@ -66,6 +66,7 @@ class S3Client(NativeResource):
throughput_target_gbps: Optional[float] = ...,
enable_s3express: bool = ...,
memory_limit: Optional[int] = ...,
network_interface_names: Optional[Sequence[str]] = ...,
) -> None: ...
def make_request(
self,
Expand Down
Loading

0 comments on commit 9f9c7e5

Please sign in to comment.