mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
docs: fix dead TLS configuration doc links (#5242)
docs.rustfs.com dropped the .html suffix from page URLs, so https://docs.rustfs.com/integration/tls-configured.html now returns 404. Point both READMEs at the live canonical URL instead. Supersedes #5154, which replaced the links with Wayback Machine snapshots even though the docs site is alive and the page still exists.
This commit is contained in:
@@ -262,7 +262,7 @@ rustfs --help
|
|||||||
2. **Create a Bucket**: Use the console to create a new bucket for your objects.
|
2. **Create a Bucket**: Use the console to create a new bucket for your objects.
|
||||||
3. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs/clients to interact with your RustFS instance.
|
3. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs/clients to interact with your RustFS instance.
|
||||||
|
|
||||||
**NOTE**: To access the RustFS instance via `https`, please refer to the [TLS Configuration Docs](https://docs.rustfs.com/integration/tls-configured.html).
|
**NOTE**: To access the RustFS instance via `https`, please refer to the [TLS Configuration Docs](https://docs.rustfs.com/integration/tls-configured).
|
||||||
|
|
||||||
### OIDC Roles Claim (Microsoft Entra ID)
|
### OIDC Roles Claim (Microsoft Entra ID)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -214,7 +214,7 @@ rustfs --help
|
|||||||
2. **创建存储桶**: 使用控制台为您的对象创建一个新的存储桶 (Bucket)。
|
2. **创建存储桶**: 使用控制台为您的对象创建一个新的存储桶 (Bucket)。
|
||||||
3. **上传对象**: 您可以直接通过控制台上传文件,或使用 S3 兼容的 API/客户端与您的 RustFS 实例进行交互。
|
3. **上传对象**: 您可以直接通过控制台上传文件,或使用 S3 兼容的 API/客户端与您的 RustFS 实例进行交互。
|
||||||
|
|
||||||
**注意**: 如果您希望通过 `https` 访问 RustFS 实例,请参考 [TLS 配置文档](https://docs.rustfs.com/integration/tls-configured.html)。
|
**注意**: 如果您希望通过 `https` 访问 RustFS 实例,请参考 [TLS 配置文档](https://docs.rustfs.com/integration/tls-configured)。
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user