Skip to content

Commit 44aa248

Browse files
committed
Deploying to gh-pages from @ litestar-org/advanced-alchemy@a6e275d 🚀
1 parent c502c9d commit 44aa248

7 files changed

Lines changed: 1 addition & 26 deletions

File tree

732/_sources/usage/frameworks/fastapi.rst.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,5 @@ In production, keep object storage credentials out of application code. Point ``
315315
the real bucket or prefix you use in production and let the runtime provide credentials through the
316316
platform's normal mechanism, such as an IAM role, IRSA, ECS task role, or other ambient credentials.
317317

318-
For local S3-compatible development, use RustFS with an app-owned bucket. The runnable
319-
``examples/fastapi/fastapi_fileobject.py`` example points at ``http://localhost:9000`` with
320-
RustFS's default ``rustfsadmin`` credentials and expects the ``static-files`` bucket to exist before
321-
the application starts.
322-
323318
The storage backend key must match in both places: the ``StoredObject(backend="...")`` column
324319
definition and the ``FileObject(backend="...")`` values you create from incoming uploads.

732/_sources/usage/frameworks/litestar.rst.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,11 +1073,6 @@ For production deployments, avoid development-only endpoints and hardcoded objec
10731073
in application code. Configure the backend with the real bucket or prefix and rely on the platform's
10741074
ambient credentials, such as IAM roles or workload identity.
10751075

1076-
For local S3-compatible development, use RustFS with an app-owned bucket. The runnable
1077-
``examples/litestar/litestar_fileobject.py`` example points at ``http://localhost:9000`` with
1078-
RustFS's default ``rustfsadmin`` credentials and expects the ``static-files`` bucket to exist before
1079-
the application starts.
1080-
10811076
**Supported Storage Backends**:
10821077

10831078
- **Local filesystem**: For development and simple deployments

732/_sources/usage/modeling/types.rst.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ Storage Backends
222222
- **FSSpec Backend**: Supports various storage systems using the ``fsspec`` library.
223223
- **Obstore Backend**: Provides a simple interface for object storage (S3, GCS, etc).
224224

225-
For local S3-compatible testing, use RustFS with a bucket owned by the application or test. Pytest
226-
integration tests can use ``pytest_databases.docker.rustfs`` and its ``rustfs_default_bucket_name``
227-
fixture; standalone examples should create their own bucket, such as ``static-files``.
228-
229225
Metadata
230226
~~~~~~~~
231227

732/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

732/usage/frameworks/fastapi.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,6 @@ <h2>File Object Storage<a class="headerlink" href="#file-object-storage" title="
641641
<p>In production, keep object storage credentials out of application code. Point <code class="docutils literal notranslate"><span class="pre">ObstoreBackend</span></code> at
642642
the real bucket or prefix you use in production and let the runtime provide credentials through the
643643
platform’s normal mechanism, such as an IAM role, IRSA, ECS task role, or other ambient credentials.</p>
644-
<p>For local S3-compatible development, use RustFS with an app-owned bucket. The runnable
645-
<code class="docutils literal notranslate"><span class="pre">examples/fastapi/fastapi_fileobject.py</span></code> example points at <code class="docutils literal notranslate"><span class="pre">http://localhost:9000</span></code> with
646-
RustFS’s default <code class="docutils literal notranslate"><span class="pre">rustfsadmin</span></code> credentials and expects the <code class="docutils literal notranslate"><span class="pre">static-files</span></code> bucket to exist before
647-
the application starts.</p>
648644
<p>The storage backend key must match in both places: the <code class="docutils literal notranslate"><span class="pre">StoredObject(backend=&quot;...&quot;)</span></code> column
649645
definition and the <code class="docutils literal notranslate"><span class="pre">FileObject(backend=&quot;...&quot;)</span></code> values you create from incoming uploads.</p>
650646
</section>

732/usage/frameworks/litestar.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,10 +1568,6 @@ <h2>File Object Storage<a class="headerlink" href="#file-object-storage" title="
15681568
<p>For production deployments, avoid development-only endpoints and hardcoded object-store credentials
15691569
in application code. Configure the backend with the real bucket or prefix and rely on the platform’s
15701570
ambient credentials, such as IAM roles or workload identity.</p>
1571-
<p>For local S3-compatible development, use RustFS with an app-owned bucket. The runnable
1572-
<code class="docutils literal notranslate"><span class="pre">examples/litestar/litestar_fileobject.py</span></code> example points at <code class="docutils literal notranslate"><span class="pre">http://localhost:9000</span></code> with
1573-
RustFS’s default <code class="docutils literal notranslate"><span class="pre">rustfsadmin</span></code> credentials and expects the <code class="docutils literal notranslate"><span class="pre">static-files</span></code> bucket to exist before
1574-
the application starts.</p>
15751571
<p><strong>Supported Storage Backends</strong>:</p>
15761572
<ul class="simple">
15771573
<li><p><strong>Local filesystem</strong>: For development and simple deployments</p></li>

732/usage/modeling/types.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,6 @@ <h3>Storage Backends<a class="headerlink" href="#storage-backends" title="Link t
599599
<li><p><strong>FSSpec Backend</strong>: Supports various storage systems using the <code class="docutils literal notranslate"><span class="pre">fsspec</span></code> library.</p></li>
600600
<li><p><strong>Obstore Backend</strong>: Provides a simple interface for object storage (S3, GCS, etc).</p></li>
601601
</ul>
602-
<p>For local S3-compatible testing, use RustFS with a bucket owned by the application or test. Pytest
603-
integration tests can use <code class="docutils literal notranslate"><span class="pre">pytest_databases.docker.rustfs</span></code> and its <code class="docutils literal notranslate"><span class="pre">rustfs_default_bucket_name</span></code>
604-
fixture; standalone examples should create their own bucket, such as <code class="docutils literal notranslate"><span class="pre">static-files</span></code>.</p>
605602
</section>
606603
<section id="metadata">
607604
<h3>Metadata<a class="headerlink" href="#metadata" title="Link to this heading"></a></h3>

0 commit comments

Comments
 (0)