Skip to content

Commit 5f449ba

Browse files
authored
GODRIVER-1973 create internal copy of aws v4 signing code (#657)
1 parent baa40c7 commit 5f449ba

File tree

136 files changed

+1214
-25472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1214
-25472
lines changed

THIRD-PARTY-NOTICES

Lines changed: 325 additions & 81 deletions
Large diffs are not rendered by default.

etc/generate-notices.pl

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,189 @@
3434
# be included along with license from the vendor directory
3535
sub forked_licenses {
3636
return <<'HERE';
37+
----------------------------------------------------------------------
38+
License notice for AWS V4 signing code from github.com/aws/aws-sdk-go
39+
AWS SDK for Go
40+
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
41+
Copyright 2014-2015 Stripe, Inc.
42+
----------------------------------------------------------------------
43+
44+
45+
Apache License
46+
Version 2.0, January 2004
47+
http://www.apache.org/licenses/
48+
49+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
50+
51+
1. Definitions.
52+
53+
"License" shall mean the terms and conditions for use, reproduction,
54+
and distribution as defined by Sections 1 through 9 of this document.
55+
56+
"Licensor" shall mean the copyright owner or entity authorized by
57+
the copyright owner that is granting the License.
58+
59+
"Legal Entity" shall mean the union of the acting entity and all
60+
other entities that control, are controlled by, or are under common
61+
control with that entity. For the purposes of this definition,
62+
"control" means (i) the power, direct or indirect, to cause the
63+
direction or management of such entity, whether by contract or
64+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
65+
outstanding shares, or (iii) beneficial ownership of such entity.
66+
67+
"You" (or "Your") shall mean an individual or Legal Entity
68+
exercising permissions granted by this License.
69+
70+
"Source" form shall mean the preferred form for making modifications,
71+
including but not limited to software source code, documentation
72+
source, and configuration files.
73+
74+
"Object" form shall mean any form resulting from mechanical
75+
transformation or translation of a Source form, including but
76+
not limited to compiled object code, generated documentation,
77+
and conversions to other media types.
78+
79+
"Work" shall mean the work of authorship, whether in Source or
80+
Object form, made available under the License, as indicated by a
81+
copyright notice that is included in or attached to the work
82+
(an example is provided in the Appendix below).
83+
84+
"Derivative Works" shall mean any work, whether in Source or Object
85+
form, that is based on (or derived from) the Work and for which the
86+
editorial revisions, annotations, elaborations, or other modifications
87+
represent, as a whole, an original work of authorship. For the purposes
88+
of this License, Derivative Works shall not include works that remain
89+
separable from, or merely link (or bind by name) to the interfaces of,
90+
the Work and Derivative Works thereof.
91+
92+
"Contribution" shall mean any work of authorship, including
93+
the original version of the Work and any modifications or additions
94+
to that Work or Derivative Works thereof, that is intentionally
95+
submitted to Licensor for inclusion in the Work by the copyright owner
96+
or by an individual or Legal Entity authorized to submit on behalf of
97+
the copyright owner. For the purposes of this definition, "submitted"
98+
means any form of electronic, verbal, or written communication sent
99+
to the Licensor or its representatives, including but not limited to
100+
communication on electronic mailing lists, source code control systems,
101+
and issue tracking systems that are managed by, or on behalf of, the
102+
Licensor for the purpose of discussing and improving the Work, but
103+
excluding communication that is conspicuously marked or otherwise
104+
designated in writing by the copyright owner as "Not a Contribution."
105+
106+
"Contributor" shall mean Licensor and any individual or Legal Entity
107+
on behalf of whom a Contribution has been received by Licensor and
108+
subsequently incorporated within the Work.
109+
110+
2. Grant of Copyright License. Subject to the terms and conditions of
111+
this License, each Contributor hereby grants to You a perpetual,
112+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
113+
copyright license to reproduce, prepare Derivative Works of,
114+
publicly display, publicly perform, sublicense, and distribute the
115+
Work and such Derivative Works in Source or Object form.
116+
117+
3. Grant of Patent License. Subject to the terms and conditions of
118+
this License, each Contributor hereby grants to You a perpetual,
119+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
120+
(except as stated in this section) patent license to make, have made,
121+
use, offer to sell, sell, import, and otherwise transfer the Work,
122+
where such license applies only to those patent claims licensable
123+
by such Contributor that are necessarily infringed by their
124+
Contribution(s) alone or by combination of their Contribution(s)
125+
with the Work to which such Contribution(s) was submitted. If You
126+
institute patent litigation against any entity (including a
127+
cross-claim or counterclaim in a lawsuit) alleging that the Work
128+
or a Contribution incorporated within the Work constitutes direct
129+
or contributory patent infringement, then any patent licenses
130+
granted to You under this License for that Work shall terminate
131+
as of the date such litigation is filed.
132+
133+
4. Redistribution. You may reproduce and distribute copies of the
134+
Work or Derivative Works thereof in any medium, with or without
135+
modifications, and in Source or Object form, provided that You
136+
meet the following conditions:
137+
138+
(a) You must give any other recipients of the Work or
139+
Derivative Works a copy of this License; and
140+
141+
(b) You must cause any modified files to carry prominent notices
142+
stating that You changed the files; and
143+
144+
(c) You must retain, in the Source form of any Derivative Works
145+
that You distribute, all copyright, patent, trademark, and
146+
attribution notices from the Source form of the Work,
147+
excluding those notices that do not pertain to any part of
148+
the Derivative Works; and
149+
150+
(d) If the Work includes a "NOTICE" text file as part of its
151+
distribution, then any Derivative Works that You distribute must
152+
include a readable copy of the attribution notices contained
153+
within such NOTICE file, excluding those notices that do not
154+
pertain to any part of the Derivative Works, in at least one
155+
of the following places: within a NOTICE text file distributed
156+
as part of the Derivative Works; within the Source form or
157+
documentation, if provided along with the Derivative Works; or,
158+
within a display generated by the Derivative Works, if and
159+
wherever such third-party notices normally appear. The contents
160+
of the NOTICE file are for informational purposes only and
161+
do not modify the License. You may add Your own attribution
162+
notices within Derivative Works that You distribute, alongside
163+
or as an addendum to the NOTICE text from the Work, provided
164+
that such additional attribution notices cannot be construed
165+
as modifying the License.
166+
167+
You may add Your own copyright statement to Your modifications and
168+
may provide additional or different license terms and conditions
169+
for use, reproduction, or distribution of Your modifications, or
170+
for any such Derivative Works as a whole, provided Your use,
171+
reproduction, and distribution of the Work otherwise complies with
172+
the conditions stated in this License.
173+
174+
5. Submission of Contributions. Unless You explicitly state otherwise,
175+
any Contribution intentionally submitted for inclusion in the Work
176+
by You to the Licensor shall be under the terms and conditions of
177+
this License, without any additional terms or conditions.
178+
Notwithstanding the above, nothing herein shall supersede or modify
179+
the terms of any separate license agreement you may have executed
180+
with Licensor regarding such Contributions.
181+
182+
6. Trademarks. This License does not grant permission to use the trade
183+
names, trademarks, service marks, or product names of the Licensor,
184+
except as required for reasonable and customary use in describing the
185+
origin of the Work and reproducing the content of the NOTICE file.
186+
187+
7. Disclaimer of Warranty. Unless required by applicable law or
188+
agreed to in writing, Licensor provides the Work (and each
189+
Contributor provides its Contributions) on an "AS IS" BASIS,
190+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
191+
implied, including, without limitation, any warranties or conditions
192+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
193+
PARTICULAR PURPOSE. You are solely responsible for determining the
194+
appropriateness of using or redistributing the Work and assume any
195+
risks associated with Your exercise of permissions under this License.
196+
197+
8. Limitation of Liability. In no event and under no legal theory,
198+
whether in tort (including negligence), contract, or otherwise,
199+
unless required by applicable law (such as deliberate and grossly
200+
negligent acts) or agreed to in writing, shall any Contributor be
201+
liable to You for damages, including any direct, indirect, special,
202+
incidental, or consequential damages of any character arising as a
203+
result of this License or out of the use or inability to use the
204+
Work (including but not limited to damages for loss of goodwill,
205+
work stoppage, computer failure or malfunction, or any and all
206+
other commercial damages or losses), even if such Contributor
207+
has been advised of the possibility of such damages.
208+
209+
9. Accepting Warranty or Additional Liability. While redistributing
210+
the Work or Derivative Works thereof, You may choose to offer,
211+
and charge a fee for, acceptance of support, warranty, indemnity,
212+
or other liability obligations and/or rights consistent with this
213+
License. However, in accepting such obligations, You may act only
214+
on Your own behalf and on Your sole responsibility, not on behalf
215+
of any other Contributor, and only if You agree to indemnify,
216+
defend, and hold each Contributor harmless for any liability
217+
incurred by, or claims asserted against, such Contributor by reason
218+
of your accepting any such warranty or additional liability.
219+
37220
---------------------------------------------------------------------
38221
License notice for gopkg.in/mgo.v2/bson
39222
---------------------------------------------------------------------

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module go.mongodb.org/mongo-driver
33
go 1.10
44

55
require (
6-
github.com/aws/aws-sdk-go v1.34.28
76
github.com/go-stack/stack v1.8.0
87
github.com/gobuffalo/genny v0.1.1 // indirect
98
github.com/gobuffalo/gogen v0.1.1 // indirect

go.sum

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
22
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3-
github.com/aws/aws-sdk-go v1.34.28 h1:sscPpn/Ns3i0F4HPEWAVcwdIRaZZCuL7llJ2/60yPIk=
4-
github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48=
53
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
64
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
75
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8-
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
96
github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
107
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
118
github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0=
@@ -45,10 +42,6 @@ github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEW
4542
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
4643
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
4744
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
48-
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
49-
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
50-
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
51-
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
5245
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
5346
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
5447
github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4=
@@ -114,8 +107,6 @@ golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 h1:xMPOj6Pz6UipU1wXLkrtqp
114107
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
115108
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
116109
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
117-
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 h1:CCH4IOTTfewWjGOlSp+zGcjutRKlBEZQ6wTn8ozI/nI=
118-
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
119110
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
120111
golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
121112
golang.org/x/sync v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=

0 commit comments

Comments
 (0)