litellm/docs/my-website
Fly 9c71d8b61b feat(s3): add support for virtual-hosted-style URLs (#21094)
Add s3_use_virtual_hosted_style parameter to support AWS S3 virtual-hosted-style URL format (bucket.endpoint/key) alongside the existing path-style format (endpoint/bucket/key).

This enables compatibility with S3-compatible services like MinIO and aligns with AWS S3 official terminology.
2026-02-16 18:26:44 +05:30
..
blog docs: add native thinking param examples for Claude Opus 4.6 (#20799) 2026-02-12 20:29:28 -08:00
docs feat(s3): add support for virtual-hosted-style URLs (#21094) 2026-02-16 18:26:44 +05:30
img access groups docs 2026-02-14 18:00:22 -08:00
release_notes access groups docs 2026-02-14 18:00:22 -08:00
src docs: add middleware performance blog post (#20677) 2026-02-07 17:36:53 -08:00
static feat: Add adopters page and data structure (#18605) 2026-01-03 21:51:19 +05:30
.gitignore
.trivyignore
babel.config.js
Dockerfile
docusaurus.config.js fix 2025-12-20 15:21:00 +05:30
index.md
package-lock.json Litellm notes 181 12 (#21231) 2026-02-14 16:39:22 -08:00
package.json fix critical CVE vulnerabliltes (#20683) 2026-02-07 22:23:01 -08:00
README.md
sidebars.js access groups docs 2026-02-14 18:00:22 -08:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.