Skip to content

Commit fb70851

Browse files
authored
release 1.3.6 (#96)
1 parent b2e5b98 commit fb70851

15 files changed

+246
-242
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ Release process:
176176
1. upload using: `VERSION=x.y.z APIKEY=abc... make upload`
177177
1. test installing the rock from LuaRocks
178178

179-
180179
### Unreleased
181180

181+
### 1.3.6 (25-Dec-2023)
182+
182183
- fix: validator failure for some of the field types
183184
[95](https://github.com/Kong/lua-resty-aws/pull/95)
184185

docs/classes/AWS.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>AWS</code></h1>
6868
<p>AWS class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -150,7 +151,7 @@ <h3>Usage:</h3>
150151
</div> <!-- id="main" -->
151152
<div id="about">
152153
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
153-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
154+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
154155
</div> <!-- id="about" -->
155156
</div> <!-- id="container" -->
156157
</body>

docs/classes/ChainableTemporaryCredentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>ChainableTemporaryCredentials</code></h1>
6868
<p>ChainableTemporaryCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -146,7 +147,7 @@ <h3>Usage:</h3>
146147
</div> <!-- id="main" -->
147148
<div id="about">
148149
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
149-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
150+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
150151
</div> <!-- id="about" -->
151152
</div> <!-- id="container" -->
152153
</body>

docs/classes/CredentialProviderChain.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>CredentialProviderChain</code></h1>
6868
<p>CredentialProviderChain class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -90,18 +91,19 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
9091
<strong>aws:CredentialProviderChain (opt)</strong>
9192
</dt>
9293
<dd>
93-
<p>Constructor, inherits from <a href="../classes/Credentials.html#">Credentials</a>. </p>
94+
95+
<p>Constructor, inherits from <a href="../classes/Credentials.html#">Credentials</a>. </p>
9496

9597
<p> The <code>providers</code> array defaults to the following list (in order, not all implemented):</p>
9698

9799
<ol>
98-
<li><p><a href="../classes/EnvironmentCredentials.html#">EnvironmentCredentials</a>; envPrefix = &lsquo;AWS&rsquo;</p></li>
99-
<li><p><a href="../classes/EnvironmentCredentials.html#">EnvironmentCredentials</a>; envPrefix = &lsquo;AMAZON&rsquo;</p></li>
100-
<li><p><code>SharedIniFileCredentials</code></p></li>
101-
<li><p><a href="../classes/RemoteCredentials.html#">RemoteCredentials</a></p></li>
102-
<li><p><code>ProcessCredentials</code></p></li>
103-
<li><p><a href="../classes/TokenFileWebIdentityCredentials.html#">TokenFileWebIdentityCredentials</a></p></li>
104-
<li><p><a href="../classes/EC2MetadataCredentials.html#">EC2MetadataCredentials</a> (only if <code>AWS_EC2_METADATA_DISABLED</code> hasn&rsquo;t been set to <code>true</code>)</p></li>
100+
<li><p><a href="../classes/EnvironmentCredentials.html#">EnvironmentCredentials</a>; envPrefix = 'AWS'</p></li>
101+
<li><p><a href="../classes/EnvironmentCredentials.html#">EnvironmentCredentials</a>; envPrefix = 'AMAZON'</p></li>
102+
<li><p><code>SharedIniFileCredentials</code></p></li>
103+
<li><p><a href="../classes/RemoteCredentials.html#">RemoteCredentials</a></p></li>
104+
<li><p><code>ProcessCredentials</code></p></li>
105+
<li><p><a href="../classes/TokenFileWebIdentityCredentials.html#">TokenFileWebIdentityCredentials</a></p></li>
106+
<li><p><a href="../classes/EC2MetadataCredentials.html#">EC2MetadataCredentials</a> (only if <code>AWS_EC2_METADATA_DISABLED</code> hasn't been set to <code>true</code>)</p></li>
105107
</ol>
106108

107109

@@ -129,7 +131,7 @@ <h3>Parameters:</h3>
129131
</div> <!-- id="main" -->
130132
<div id="about">
131133
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
132-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
134+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
133135
</div> <!-- id="about" -->
134136
</div> <!-- id="container" -->
135137
</body>

docs/classes/Credentials.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2 class="section-header "><a name="Methods"></a>Methods</h2>
162162
</dt>
163163
<dd>
164164
Gets credentials, refreshes if required.
165-
Returns credentials, doesn&rsquo;t take a callback like AWS SDK.</p>
165+
Returns credentials, doesn't take a callback like AWS SDK.</p>
166166

167167
<p> When a refresh is executed, it will be done within a semaphore to prevent
168168
many simultaneous refreshes.
@@ -232,14 +232,17 @@ <h3>Parameters:</h3>
232232
<li><span class="parameter">accessKeyId</span>
233233

234234

235+
235236
</li>
236237
<li><span class="parameter">secretAccessKey</span>
237238

238239

240+
239241
</li>
240242
<li><span class="parameter">sessionToken</span>
241243

242244

245+
243246
</li>
244247
<li><span class="parameter">expireTime</span>
245248
(optional) number (unix epoch based), or string (valid rfc 3339)
@@ -263,7 +266,7 @@ <h3>Returns:</h3>
263266
</div> <!-- id="main" -->
264267
<div id="about">
265268
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
266-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
269+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
267270
</div> <!-- id="about" -->
268271
</div> <!-- id="container" -->
269272
</body>

docs/classes/EC2MetadataCredentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>EC2MetadataCredentials</code></h1>
6868
<p>EC2MetadataCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -112,7 +113,7 @@ <h3>Parameters:</h3>
112113
</div> <!-- id="main" -->
113114
<div id="about">
114115
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
115-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
116+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
116117
</div> <!-- id="about" -->
117118
</div> <!-- id="container" -->
118119
</body>

docs/classes/EnvironmentCredentials.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>EnvironmentCredentials</code></h1>
6868
<p>EnvironmentCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -104,7 +105,7 @@ <h3>Parameters:</h3>
104105
<li><span class="parameter">opt</span> options table, additional fields to the <a href="../classes/Credentials.html#">Credentials</a> class:
105106
<ul>
106107
<li><span class="parameter">envPrefix</span>
107-
prefix to use when looking for environment variables, defaults to &ldquo;AWS&rdquo;.
108+
prefix to use when looking for environment variables, defaults to "AWS".
108109
</li>
109110
</li></ul>
110111
</ul>
@@ -121,7 +122,7 @@ <h3>Parameters:</h3>
121122
</div> <!-- id="main" -->
122123
<div id="about">
123124
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
124-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
125+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
125126
</div> <!-- id="about" -->
126127
</div> <!-- id="container" -->
127128
</body>

docs/classes/RemoteCredentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>RemoteCredentials</code></h1>
6868
<p>RemoteCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -112,7 +113,7 @@ <h3>Parameters:</h3>
112113
</div> <!-- id="main" -->
113114
<div id="about">
114115
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
115-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
116+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
116117
</div> <!-- id="about" -->
117118
</div> <!-- id="container" -->
118119
</body>

docs/classes/SharedFileCredentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>SharedFileCredentials</code></h1>
6868
<p>SharedFileCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -112,7 +113,7 @@ <h3>Parameters:</h3>
112113
</div> <!-- id="main" -->
113114
<div id="about">
114115
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
115-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
116+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
116117
</div> <!-- id="about" -->
117118
</div> <!-- id="container" -->
118119
</body>

docs/classes/TokenFileWebIdentityCredentials.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>Topics</h2>
6767
<h1>Class <code>TokenFileWebIdentityCredentials</code></h1>
6868
<p>TokenFileWebIdentityCredentials class.</p>
6969
<p>
70+
7071
</p>
7172

7273

@@ -127,7 +128,7 @@ <h3>Parameters:</h3>
127128
</div> <!-- id="main" -->
128129
<div id="about">
129130
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
130-
<i style="float:right;">Last updated 2023-09-19 17:44:16 </i>
131+
<i style="float:right;">Last updated 2023-12-25 06:16:21 </i>
131132
</div> <!-- id="about" -->
132133
</div> <!-- id="container" -->
133134
</body>

0 commit comments

Comments
 (0)