Skip to content

Commit

Permalink
Chore : Sync from main into feat/multi-bucket (#13693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 authored Aug 8, 2024
2 parents 1a3faa0 + d51d3f0 commit 7bc5681
Show file tree
Hide file tree
Showing 776 changed files with 9,603 additions and 19,402 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"--inspect-brk",
"${workspaceRoot}/node_modules/.bin/jest",
// Optionally specify a single test file to run/debug:
"generateClientWithAmplifyInstance.test.ts",
"generateClient.test.ts",
"--runInBand",
"--testTimeout",
"600000", // 10 min timeout so jest doesn't error while we're stepping through code
Expand Down
2 changes: 1 addition & 1 deletion docs/api/assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/assets/search.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>{ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
the &#39;Blob&#39; and can therefore be safely modified after the &#39;Blob&#39; is created.</p>
<p>String sources are also copied into the <code>Blob</code>.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">sources</span>: <span class="tsd-signature-symbol">(</span><a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a><span class="tsd-signature-symbol"> | </span><a href="../types/_aws_amplify_adapter_nextjs.index._Reference_Types_.BinaryLike.html" class="tsd-signature-type tsd-kind-type-alias">BinaryLike</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_aws_amplify_adapter_nextjs.index._Reference_Types_.BlobOptions.html" class="tsd-signature-type tsd-kind-interface">BlobOptions</a></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="size" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The total size of the <code>Blob</code> in bytes.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">sources</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">ArrayBuffer</span><span class="tsd-signature-symbol"> | </span><a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a><span class="tsd-signature-symbol"> | </span><a href="../types/_aws_amplify_adapter_nextjs.index._Reference_Types_.BinaryLike.html" class="tsd-signature-type tsd-kind-type-alias">BinaryLike</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_aws_amplify_adapter_nextjs.index._Reference_Types_.BlobOptions.html" class="tsd-signature-type tsd-kind-interface">BlobOptions</a></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="size" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The total size of the <code>Blob</code> in bytes.</p>
</div><div class="tsd-comment tsd-typography"><h4>Since</h4><p>v15.7.0, v14.18.0</p>
</div></section><section class="tsd-panel tsd-member tsd-is-external"><a id="type" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The content-type of the <code>Blob</code>.</p>
</div><div class="tsd-comment tsd-typography"><h4>Since</h4><p>v15.7.0, v14.18.0</p>
Expand Down
Loading

0 comments on commit 7bc5681

Please sign in to comment.