From e4187321931092c5967daa9f9e1f7337336635eb Mon Sep 17 00:00:00 2001 From: Ritesh Date: Mon, 28 Oct 2024 23:26:11 +0530 Subject: [PATCH] doc small update Signed-off-by: Ritesh Udgata udgataritesh2005@gmail.com Signed-off-by: Ritesh --- docs/blob-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blob-storage.md b/docs/blob-storage.md index b32ac07a66..53ac3aabd6 100644 --- a/docs/blob-storage.md +++ b/docs/blob-storage.md @@ -16,4 +16,4 @@ Flyte’s interaction with blob storage occurs through several key components an 5. Customization and Flexibility: - Since Flyte supports a variety of environments, customizing storage access patterns may involve configuring the FlyteAdmin service and plugins. This ensures compatibility across clouds and storage systems beyond the defaults. -These components come together to ensure data flows securely and efficiently between Flyte services and storage endpoints. For a deeper dive, including the internal logic of FlyteAdmin and details about `pyflyte`, you can explore Flyte’s official documentation on [FlyteAdmin API interaction](https://docs.flyte.org/en/latest/concepts/data_management.html) and the command-line reference for `pyflyte` and `flytectl` commands【8】【9】. \ No newline at end of file +These components come together to ensure data flows securely and efficiently between Flyte services and storage endpoints. For a deeper dive, including the internal logic of FlyteAdmin and details about `pyflyte`, you can explore Flyte’s official documentation on [FlyteAdmin API interaction](https://docs.flyte.org/en/latest/concepts/data_management.html). \ No newline at end of file