Skip to content

Commit

Permalink
S3 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Dengke Tang <[email protected]>
Co-authored-by: Justin Boswell <[email protected]>
Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
4 people authored Jan 13, 2021
1 parent 56aa08e commit 416db8b
Show file tree
Hide file tree
Showing 13 changed files with 1,706 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
[submodule "aws-common-runtime/aws-c-auth"]
path = crt/aws-c-auth
url = https://github.com/awslabs/aws-c-auth.git
[submodule "crt/aws-c-event-stream"]
[submodule "aws-common-runtime/aws-c-s3"]
path = crt/aws-c-s3
url = https://github.com/awslabs/aws-c-s3.git
[submodule "aws-common-runtime/aws-c-event-stream"]
path = crt/aws-c-event-stream
url = https://github.com/awslabs/aws-c-event-stream.git
[submodule "crt/aws-checksums"]
[submodule "aws-common-runtime/aws-checksums"]
path = crt/aws-checksums
url = https://github.com/awslabs/aws-checksums.git
1 change: 1 addition & 0 deletions awscrt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'http',
'io',
'mqtt',
's3'
]


Expand Down
Loading

0 comments on commit 416db8b

Please sign in to comment.