Skip to content

Commit 416db8b

Browse files
TingDaoKJustin Boswellgraebm
authored
S3 (#212)
Co-authored-by: Dengke Tang <dengket@amazon.com> Co-authored-by: Justin Boswell <boswej@amazon.com> Co-authored-by: Michael Graeb <graebm@amazon.com>
1 parent 56aa08e commit 416db8b

File tree

13 files changed

+1706
-3
lines changed

13 files changed

+1706
-3
lines changed

.gitmodules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
[submodule "aws-common-runtime/aws-c-auth"]
2323
path = crt/aws-c-auth
2424
url = https://github.com/awslabs/aws-c-auth.git
25-
[submodule "crt/aws-c-event-stream"]
25+
[submodule "aws-common-runtime/aws-c-s3"]
26+
path = crt/aws-c-s3
27+
url = https://github.com/awslabs/aws-c-s3.git
28+
[submodule "aws-common-runtime/aws-c-event-stream"]
2629
path = crt/aws-c-event-stream
2730
url = https://github.com/awslabs/aws-c-event-stream.git
28-
[submodule "crt/aws-checksums"]
31+
[submodule "aws-common-runtime/aws-checksums"]
2932
path = crt/aws-checksums
3033
url = https://github.com/awslabs/aws-checksums.git

awscrt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'http',
1010
'io',
1111
'mqtt',
12+
's3'
1213
]
1314

1415

0 commit comments

Comments
 (0)