This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 7578cea2 fix object_storage_endpoint (#884)
7578cea2 is described below

commit 7578cea21975fd2f6c9a6494daef1cfb6be001c8
Author: leto-b <[email protected]>
AuthorDate: Fri Sep 12 15:06:30 2025 +0800

    fix object_storage_endpoint (#884)
---
 .../Table/User-Manual/Tiered-Storage_timecho.md    | 32 +++++++++++-----------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../Tree/User-Manual/Tiered-Storage_timecho.md     | 24 ++++++++--------
 .../V1.2.x/Reference/DataNode-Config-Manual.md     | 16 +++++------
 .../V1.2.x/User-Manual/Tiered-Storage_timecho.md   | 26 +++++++++---------
 .../DataNode-Config-Manual-old_timecho.md          | 16 +++++------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../V1.3.x/User-Manual/Tiered-Storage_timecho.md   | 24 ++++++++--------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../dev-1.3/User-Manual/Tiered-Storage_timecho.md  | 24 ++++++++--------
 .../User-Manual/Tiered-Storage_timecho.md          | 10 +++----
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../latest/User-Manual/Tiered-Storage_timecho.md   | 24 ++++++++--------
 .../Table/User-Manual/Tiered-Storage_timecho.md    | 24 ++++++++--------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../Tree/User-Manual/Tiered-Storage_timecho.md     | 24 ++++++++--------
 .../V1.2.x/Reference/DataNode-Config-Manual.md     | 16 +++++------
 .../V1.2.x/User-Manual/Tiered-Storage_timecho.md   | 24 ++++++++--------
 .../DataNode-Config-Manual-old_timecho.md          | 16 +++++------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../V1.3.x/User-Manual/Tiered-Storage_timecho.md   | 22 +++++++--------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../dev-1.3/User-Manual/Tiered-Storage_timecho.md  | 22 +++++++--------
 .../User-Manual/Tiered-Storage_timecho.md          | 24 ++++++++--------
 .../Reference/DataNode-Config-Manual_timecho.md    | 16 +++++------
 .../latest/User-Manual/Tiered-Storage_timecho.md   | 24 ++++++++--------
 26 files changed, 260 insertions(+), 260 deletions(-)

diff --git a/src/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
index 6ac2c7d4..9ffa9dd8 100644
--- a/src/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
@@ -36,21 +36,21 @@ To enable multi-level storage in IoTDB, the following 
configurations are require
 
 The specific parameter definitions and their descriptions are as follows.
 
-| **Parameter**                              | **Default Value**          | 
**Description**                                                                 
                                                                                
                                                    | **Constraints**           
                                                                                
                                                                                
                 [...]
-| :----------------------------------------- | :------------------------- 
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
-| `dn_data_dirs`                             | `data/datanode/data`       | 
Specifies storage directories grouped into tiers.                               
                                                                                
                                                    | Tiers are separated by 
`;`, directories within the same tier are separated by `,`. <br>Cloud storage 
(e.g., AWS S3) can only be the last tier. <br>Use `OBJECT_STORAGE` to denote 
cloud storage. <br>Only  [...]
-| `tier_ttl_in_ms`                           | `-1`                       | 
Defines the TTL (in milliseconds) for each tier to determine the data range it 
manages.                                                                        
                                                     | Tiers are separated by 
`;`. <br>The number of tiers must match `dn_data_dirs`. <br>`-1` means "no 
limit".                                                                         
                         [...]
-| `dn_default_space_usage_thresholds`        | `0.85`                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode. | 
-Tiers are separated by `;`.The number of tiers must match `dn_data_dirs`.      
                                           [...]
-| `object_storage_type`                                                        
                       | `AWS_S3`                   | Cloud storage type.       
                                                                                
                                                                                
                          | all `AWS_S3` is supported.                          
                                                                                
              [...]
-| `object_storage_bucket`                    | `iotdb_data`               | 
Cloud storage bucket name.                                                      
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `object_storage_endpoiont`                 | (Empty)                    | 
Cloud storage endpoint.                                                         
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `object_storage_region`                 | (Empty)                    | Cloud 
storage Region.                                                                 
                                                                                
                                            | Required only if cloud storage is 
used.                                                                           
                                                                                
              [...]
-| `object_storage_access_key`                | (Empty)                    | 
Cloud storage access key.                                                       
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `object_storage_access_secret`             | (Empty)                    | 
Cloud storage access secret.                                                    
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `enable_path_style_access`             | false                    | Whether 
to enable path style access for object storage service.                         
                                                                                
                                                                        | 
Required only if cloud storage is used.                                         
                                                                                
                     [...]
-| `remote_tsfile_cache_dirs`                 | `data/datanode/data/cache` | 
Local cache directory for cloud storage.                                        
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `remote_tsfile_cache_page_size_in_kb`      | `20480`                    | 
Page size (in KB) for cloud storage local cache.                                
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `remote_tsfile_cache_max_disk_usage_in_mb` | `51200`                    | 
Maximum disk space (in MB) allocated for cloud storage local cache.             
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
+| **Parameter**                                                                
                      | **Default Value**          | **Description**            
                                                                                
                                                                                
                         | **Constraints**                                      
                                                                                
              [...]
+|:---------------------------------------------------------------------------------------------------|
 :------------------------- 
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
+| `dn_data_dirs`                                                               
                      | `data/datanode/data`       | Specifies storage 
directories grouped into tiers.                                                 
                                                                                
                                  | Tiers are separated by `;`, directories 
within the same tier are separated by `,`. <br>Cloud storage (e.g., AWS S3) can 
only be the last tier. <br [...]
+| `tier_ttl_in_ms`                                                             
                      | `-1`                       | Defines the TTL (in 
milliseconds) for each tier to determine the data range it manages.             
                                                                                
                                | Tiers are separated by `;`. <br>The number of 
tiers must match `dn_data_dirs`. <br>`-1` means "no limit".                     
                     [...]
+| `dn_default_space_usage_thresholds`                                          
                      | `0.85`                     | Define the maximum storage 
usage threshold ratio for each tier of data directories. When the used space 
exceeds this ratio, the data will be automatically migrated to the next tier. 
If the storage usage of the last tier surpasses this threshold, the system will 
be set to ​​READ_ONLY​​ mode. | -Tiers are separated by `;`.The number of tiers 
must match `dn_dat [...]
+| `object_storage_type`                                                        
                      | `AWS_S3`                   | Cloud storage type.        
                                                                                
                                                                                
                         | all `AWS_S3` is supported.                           
                                                                                
              [...]
+| `object_storage_bucket`                                                      
                      | `iotdb_data`               | Cloud storage bucket name. 
                                                                                
                                                                                
                         | Required only if cloud storage is used.              
                                                                                
              [...]
+| `object_storage_endpoint`                                                    
                      | (Empty)                    | Cloud storage endpoint.    
                                                                                
                                                                                
                         | Required only if cloud storage is used.              
                                                                                
              [...]
+| `object_storage_region`                                                      
                      | (Empty)                    | Cloud storage Region.      
                                                                                
                                                                                
                       | Required only if cloud storage is used.                
                                                                                
              [...]
+| `object_storage_access_key`                                                  
                      | (Empty)                    | Cloud storage access key.  
                                                                                
                                                                                
                         | Required only if cloud storage is used.              
                                                                                
              [...]
+| `object_storage_access_secret`                                               
                      | (Empty)                    | Cloud storage access 
secret.                                                                         
                                                                                
                               | Required only if cloud storage is used.        
                                                                                
                    [...]
+| `enable_path_style_access`                                                   
                      | false                    | Whether to enable path style 
access for object storage service.                                              
                                                                                
                                                   | Required only if cloud 
storage is used.                                                                
                  [...]
+| `remote_tsfile_cache_dirs`                                                   
                      | `data/datanode/data/cache` | Local cache directory for 
cloud storage.                                                                  
                                                                                
                          | Required only if cloud storage is used.             
                                                                                
               [...]
+| `remote_tsfile_cache_page_size_in_kb`                                        
                      | `20480`                    | Page size (in KB) for 
cloud storage local cache.                                                      
                                                                                
                              | Required only if cloud storage is used.         
                                                                                
                   [...]
+| `remote_tsfile_cache_max_disk_usage_in_mb`                                   
                      | `51200`                    | Maximum disk space (in MB) 
allocated for cloud storage local cache.                                        
                                                                                
                         | Required only if cloud storage is used.              
                                                                                
              [...]
 
 ## 3. Local Tiered Storage Example
 
@@ -82,7 +82,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md 
b/src/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
index dc91fa81..55389a96 100644
--- a/src/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
@@ -560,14 +560,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
index ee79c4b5..3f081627 100644
--- a/src/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
@@ -34,20 +34,20 @@ To enable tiered storage in IoTDB, you need to configure 
the following aspects:
 
 The specific parameter definitions and their descriptions are as follows.
 
-| Configuration                                    | Default                   
 | Description                                                          | 
Constraint                                                          |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
        | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJEC [...]
+| Configuration                                   | Default                    
| Description                                                          | 
Constraint                                                          |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
       | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJECT [...]
 | tier_ttl_in_ms                        | -1                        | Define 
the maximum age of data for which each tier is responsible                    | 
Each level of storage is separated by a semicolon; the number of levels should 
match the number of levels defined by dn_data_dirs;"-1" means "unlimited". |
-| dn_default_space_usage_thresholds         | 0.85                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode. | Each 
level of storage is separated by a semicolon; the number of levels should match 
the number of levels defined by dn_data_dirs |
-| object_storage_type                      | `AWS_S3`                   | 
Cloud storage type.                   | all `AWS_S3` is supported.              
             |
-| object_storage_bucket                    | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
-| object_storage_endpoiont                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
+| dn_default_space_usage_thresholds        | 0.85                     | Define 
the maximum storage usage threshold ratio for each tier of data directories. 
When the used space exceeds this ratio, the data will be automatically migrated 
to the next tier. If the storage usage of the last tier surpasses this 
threshold, the system will be set to ​​READ_ONLY​​ mode. | Each level of 
storage is separated by a semicolon; the number of levels should match the 
number of levels defined by dn_data_dirs |
+| object_storage_type                     | `AWS_S3`                   | Cloud 
storage type.                   | all `AWS_S3` is supported.                    
       |
+| object_storage_bucket                   | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
+| object_storage_endpoint                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
 | object_storage_region                 | (Empty)                    | Cloud 
storage Region.              | Required only if cloud storage is used.          
             |
-| object_storage_access_key                |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
-| object_storage_access_secret             |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
+| object_storage_access_key               |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
+| object_storage_access_secret            |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
 | enable_path_style_access             | false                    | Whether to 
enable path style access for object storage service.       | Required only if 
cloud storage is used.                   |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
Maximum Disk Occupancy Size for Cloud Storage Local Cache                       
    | If remote storage is not used, no configuration required                  
               |
 
 ## 3. local tiered storag configuration example
@@ -80,7 +80,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git a/src/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md 
b/src/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
index c476186d..70259423 100644
--- a/src/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
+++ b/src/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
@@ -417,14 +417,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
index 5d92b377..2bde0000 100644
--- a/src/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
@@ -34,18 +34,18 @@ To enable tiered storage in IoTDB, you need to configure 
the following aspects:
 
 The specific parameter definitions and their descriptions are as follows.
 
-| Configuration                                    | Default                   
 | Description                                                          | 
Constraint                                                          |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
        | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJEC [...]
-| default_ttl_in_ms                        | -1                        | 
Define the maximum age of data for which each tier is responsible               
     | Each level of storage is separated by a semicolon; the number of levels 
should match the number of levels defined by dn_data_dirs |
-| dn_default_space_move_thresholds         | 0.15                     | Define 
the minimum remaining space ratio for each tier data catalogue; when the 
remaining space is less than this ratio, the data will be automatically 
migrated to the next tier; when the remaining storage space of the last tier 
falls below this threshold, the system will be set to READ_ONLY | Each level of 
storage is separated by a semicolon; the number of levels should match the 
number of levels defined by dn_data_dirs |
-| object_storage_type                      | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
-| object_storage_bucket                    | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
-| object_storage_endpoiont                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
-| object_storage_access_key                |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
-| object_storage_access_secret             |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
+| Configuration                                   | Default                    
| Description                                                          | 
Constraint                                                          |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
       | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJECT [...]
+| default_ttl_in_ms                       | -1                        | Define 
the maximum age of data for which each tier is responsible                    | 
Each level of storage is separated by a semicolon; the number of levels should 
match the number of levels defined by dn_data_dirs |
+| dn_default_space_move_thresholds        | 0.15                     | Define 
the minimum remaining space ratio for each tier data catalogue; when the 
remaining space is less than this ratio, the data will be automatically 
migrated to the next tier; when the remaining storage space of the last tier 
falls below this threshold, the system will be set to READ_ONLY | Each level of 
storage is separated by a semicolon; the number of levels should match the 
number of levels defined by dn_data_dirs |
+| object_storage_type                     | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
+| object_storage_bucket                   | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
+| object_storage_endpoint                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
+| object_storage_access_key               |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
+| object_storage_access_secret            |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
Maximum Disk Occupancy Size for Cloud Storage Local Cache                       
    | If remote storage is not used, no configuration required                  
               |
 
 ## local tiered storag configuration example
@@ -77,7 +77,7 @@ default_ttl_in_ms=86400000;864000000;-1
 dn_default_space_move_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md 
b/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
index 9b216440..234f2791 100644
--- a/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
+++ b/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
@@ -564,14 +564,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md 
b/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
index 94ede501..c35a4145 100644
--- a/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
@@ -556,14 +556,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
index 1d7f7405..b1d8cac6 100644
--- a/src/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
@@ -34,18 +34,18 @@ To enable tiered storage in IoTDB, you need to configure 
the following aspects:
 
 The specific parameter definitions and their descriptions are as follows.
 
-| Configuration                                    | Default                   
 | Description                                                          | 
Constraint                                                          |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
        | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJEC [...]
+| Configuration                                   | Default                    
| Description                                                          | 
Constraint                                                          |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
       | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJECT [...]
 | tier_ttl_in_ms                        | -1                        | Define 
the maximum age of data for which each tier is responsible                    | 
Each level of storage is separated by a semicolon; the number of levels should 
match the number of levels defined by dn_data_dirs;"-1" means "unlimited". |
-| dn_default_space_usage_thresholds         | 0.85                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode.| Each 
level of storage is separated by a semicolon; the number of levels should match 
the number of levels defined by dn_data_dirs |
-| object_storage_type                      | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
-| object_storage_bucket                    | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
-| object_storage_endpoiont                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
-| object_storage_access_key                |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
-| object_storage_access_secret             |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
+| dn_default_space_usage_thresholds        | 0.85                     | Define 
the maximum storage usage threshold ratio for each tier of data directories. 
When the used space exceeds this ratio, the data will be automatically migrated 
to the next tier. If the storage usage of the last tier surpasses this 
threshold, the system will be set to ​​READ_ONLY​​ mode.| Each level of storage 
is separated by a semicolon; the number of levels should match the number of 
levels defined by dn_data_dirs |
+| object_storage_type                     | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
+| object_storage_bucket                   | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
+| object_storage_endpoint                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
+| object_storage_access_key               |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
+| object_storage_access_secret            |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
Maximum Disk Occupancy Size for Cloud Storage Local Cache                       
    | If remote storage is not used, no configuration required                  
               |
 
 ## local tiered storag configuration example
@@ -77,7 +77,7 @@ tier_ttl_in_ms=86400000;864000000;-1
 dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git a/src/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md 
b/src/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
index 94ede501..c35a4145 100644
--- a/src/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
@@ -556,14 +556,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
index ecf1a483..2567c559 100644
--- a/src/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
@@ -34,18 +34,18 @@ To enable tiered storage in IoTDB, you need to configure 
the following aspects:
 
 The specific parameter definitions and their descriptions are as follows.
 
-| Configuration                                    | Default                   
 | Description                                                          | 
Constraint                                                          |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
        | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJEC [...]
+| Configuration                                   | Default                    
| Description                                                          | 
Constraint                                                          |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
       | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJECT [...]
 | tier_ttl_in_ms                        | -1                        | Define 
the maximum age of data for which each tier is responsible                    | 
Each level of storage is separated by a semicolon; the number of levels should 
match the number of levels defined by dn_data_dirs;"-1" means "unlimited". |
-| dn_default_space_usage_thresholds         | 0.85                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode. | Each 
level of storage is separated by a semicolon; the number of levels should match 
the number of levels defined by dn_data_dirs |
-| object_storage_type                      | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
-| object_storage_bucket                    | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
-| object_storage_endpoiont                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
-| object_storage_access_key                |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
-| object_storage_access_secret             |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
+| dn_default_space_usage_thresholds        | 0.85                     | Define 
the maximum storage usage threshold ratio for each tier of data directories. 
When the used space exceeds this ratio, the data will be automatically migrated 
to the next tier. If the storage usage of the last tier surpasses this 
threshold, the system will be set to ​​READ_ONLY​​ mode. | Each level of 
storage is separated by a semicolon; the number of levels should match the 
number of levels defined by dn_data_dirs |
+| object_storage_type                     | AWS_S3                   | Cloud 
Storage Type                                                 | IoTDB currently 
only supports AWS S3 as a remote storage type, and this parameter can't be 
modified   |
+| object_storage_bucket                   | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
+| object_storage_endpoint                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
+| object_storage_access_key               |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
+| object_storage_access_secret            |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
Maximum Disk Occupancy Size for Cloud Storage Local Cache                       
    | If remote storage is not used, no configuration required                  
               |
 
 ## local tiered storag configuration example
@@ -77,7 +77,7 @@ tier_ttl_in_ms=86400000;864000000;-1
 dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git a/src/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
index 84138868..c6d06a5b 100644
--- a/src/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
@@ -37,17 +37,17 @@ To enable multi-level storage in IoTDB, the following 
configurations are require
 The specific parameter definitions and their descriptions are as follows.
 
 | **Parameter**                              | **Default Value**          | 
**Description**                                                                 
                                                                                
                                                    | **Constraints**           
                                                                                
                                                                                
                 [...]
-| :----------------------------------------- | :------------------------- 
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
+|:-------------------------------------------| :------------------------- 
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
 | `dn_data_dirs`                             | `data/datanode/data`       | 
Specifies storage directories grouped into tiers.                               
                                                                                
                                                    | Tiers are separated by 
`;`, directories within the same tier are separated by `,`. <br>Cloud storage 
(e.g., AWS S3) can only be the last tier. <br>Use `OBJECT_STORAGE` to denote 
cloud storage. <br>Only  [...]
 | `tier_ttl_in_ms`                           | `-1`                       | 
Defines the TTL (in milliseconds) for each tier to determine the data range it 
manages.                                                                        
                                                     | Tiers are separated by 
`;`. <br>The number of tiers must match `dn_data_dirs`. <br>`-1` means "no 
limit".                                                                         
                         [...]
 | `dn_default_space_usage_thresholds`        | `0.85`                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode. | 
-Tiers are separated by `;`.The number of tiers must match `dn_data_dirs`.      
                                           [...]
 | `object_storage_type`                      | `AWS_S3`                   | 
Cloud storage type.                                                             
                                                                                
                                                    | all `AWS_S3` is 
supported.                                                                      
                                                                                
                           [...]
 | `object_storage_bucket`                    | `iotdb_data`               | 
Cloud storage bucket name.                                                      
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `object_storage_endpoiont`                 | (Empty)                    | 
Cloud storage endpoint.                                                         
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `object_storage_region`                 | (Empty)                    | Cloud 
storage Region.                                                                 
                                                                                
                                            | Required only if cloud storage is 
used.                                                                           
                                                                                
              [...]
+| `object_storage_endpoint`                  | (Empty)                    | 
Cloud storage endpoint.                                                         
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
+| `object_storage_region`                    | (Empty)                    | 
Cloud storage Region.                                                           
                                                                                
                                                  | Required only if cloud 
storage is used.                                                                
                                                                                
                      [...]
 | `object_storage_access_key`                | (Empty)                    | 
Cloud storage access key.                                                       
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
 | `object_storage_access_secret`             | (Empty)                    | 
Cloud storage access secret.                                                    
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
-| `enable_path_style_access`             | false                    | Whether 
to enable path style access for object storage service.                         
                                                                                
                                                                        | 
Required only if cloud storage is used.                                         
                                                                                
                     [...]
+| `enable_path_style_access`                 | false                    | 
Whether to enable path style access for object storage service.                 
                                                                                
                                                                                
| Required only if cloud storage is used.                                       
                                                                                
                   [...]
 | `remote_tsfile_cache_dirs`                 | `data/datanode/data/cache` | 
Local cache directory for cloud storage.                                        
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
 | `remote_tsfile_cache_page_size_in_kb`      | `20480`                    | 
Page size (in KB) for cloud storage local cache.                                
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
 | `remote_tsfile_cache_max_disk_usage_in_mb` | `51200`                    | 
Maximum disk space (in MB) allocated for cloud storage local cache.             
                                                                                
                                                    | Required only if cloud 
storage is used.                                                                
                                                                                
                    [...]
@@ -82,7 +82,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git a/src/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md 
b/src/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
index dc91fa81..55389a96 100644
--- a/src/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
@@ -560,14 +560,14 @@ There will be at most 10 gc.log.* files and each one can 
reach to 10MB.
 |Default| iotdb_data            |
 |Effective| After restarting system          |
 
-* object\_storage\_endpoiont   
-
-|Name| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|Description| endpoint of cloud storage                                        
 |
-|Type| string         |
-|Default| None         |
-|Effective| After restarting system          |
+* object\_storage\_endpoint    
+
+|Name| object\_storage\_endpoint       |
+|:---:|:--------------------------------|
+|Description| endpoint of cloud storage                                        
  |
+|Type| string                          |
+|Default| None                            |
+|Effective| After restarting system         |
 
 * object\_storage\_access\_key 
 
diff --git a/src/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md 
b/src/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
index ee79c4b5..3f081627 100644
--- a/src/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
+++ b/src/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
@@ -34,20 +34,20 @@ To enable tiered storage in IoTDB, you need to configure 
the following aspects:
 
 The specific parameter definitions and their descriptions are as follows.
 
-| Configuration                                    | Default                   
 | Description                                                          | 
Constraint                                                          |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
        | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJEC [...]
+| Configuration                                   | Default                    
| Description                                                          | 
Constraint                                                          |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
       | specify different storage directories and divide the storage 
directories into tiers             | Each level of storage uses a semicolon to 
separate, and commas to separate within a single level; cloud (OBJECT_STORAGE) 
configuration can only be used as the last level of storage and the first level 
can't be used as cloud storage; a cloud object at most; the remote storage 
directory is denoted by OBJECT [...]
 | tier_ttl_in_ms                        | -1                        | Define 
the maximum age of data for which each tier is responsible                    | 
Each level of storage is separated by a semicolon; the number of levels should 
match the number of levels defined by dn_data_dirs;"-1" means "unlimited". |
-| dn_default_space_usage_thresholds         | 0.85                     | 
Define the maximum storage usage threshold ratio for each tier of data 
directories. When the used space exceeds this ratio, the data will be 
automatically migrated to the next tier. If the storage usage of the last tier 
surpasses this threshold, the system will be set to ​​READ_ONLY​​ mode. | Each 
level of storage is separated by a semicolon; the number of levels should match 
the number of levels defined by dn_data_dirs |
-| object_storage_type                      | `AWS_S3`                   | 
Cloud storage type.                   | all `AWS_S3` is supported.              
             |
-| object_storage_bucket                    | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
-| object_storage_endpoiont                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
+| dn_default_space_usage_thresholds        | 0.85                     | Define 
the maximum storage usage threshold ratio for each tier of data directories. 
When the used space exceeds this ratio, the data will be automatically migrated 
to the next tier. If the storage usage of the last tier surpasses this 
threshold, the system will be set to ​​READ_ONLY​​ mode. | Each level of 
storage is separated by a semicolon; the number of levels should match the 
number of levels defined by dn_data_dirs |
+| object_storage_type                     | `AWS_S3`                   | Cloud 
storage type.                   | all `AWS_S3` is supported.                    
       |
+| object_storage_bucket                   | iotdb_data                        
| Name of cloud storage bucket                                       | Bucket 
definition in AWS S3; no need to configure if remote storage is not used        
|
+| object_storage_endpoint                 |                          | 
endpoint of cloud storage                                          | endpoint 
of AWS S3;If remote storage is not used, no configuration required             |
 | object_storage_region                 | (Empty)                    | Cloud 
storage Region.              | Required only if cloud storage is used.          
             |
-| object_storage_access_key                |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
-| object_storage_access_secret             |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
+| object_storage_access_key               |                          | 
Authentication information stored in the cloud: key                             
          | AWS S3 credential key;If remote storage is not used, no 
configuration required       |
+| object_storage_access_secret            |                          | 
Authentication information stored in the cloud: secret                          
          | AWS S3 credential secret;If remote storage is not used, no 
configuration required    |
 | enable_path_style_access             | false                    | Whether to 
enable path style access for object storage service.       | Required only if 
cloud storage is used.                   |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | Cache 
directory stored locally in the cloud                                     | If 
remote storage is not used, no configuration required                           
      |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    |Block 
size of locally cached files stored in the cloud                               
| If remote storage is not used, no configuration required                      
           |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
Maximum Disk Occupancy Size for Cloud Storage Local Cache                       
    | If remote storage is not used, no configuration required                  
               |
 
 ## 3. local tiered storag configuration example
@@ -80,7 +80,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
index 4214ab3e..b982596b 100644
--- a/src/zh/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/Master/Table/User-Manual/Tiered-Storage_timecho.md
@@ -35,19 +35,19 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 支持 S3 协议作为远端存储类型   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_region                    |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 支持 S3 协议作为远端存储类型   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_region                   |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
 | enable_path_style_access             |   false                     | 
是否启用云端存储服务路径访问                                    | 如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 
@@ -81,7 +81,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md 
b/src/zh/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
index a804903d..1c111dd5 100644
--- a/src/zh/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/zh/UserGuide/Master/Tree/Reference/DataNode-Config-Manual_timecho.md
@@ -552,14 +552,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
index 4214ab3e..b982596b 100644
--- a/src/zh/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/Master/Tree/User-Manual/Tiered-Storage_timecho.md
@@ -35,19 +35,19 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 支持 S3 协议作为远端存储类型   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_region                    |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 支持 S3 协议作为远端存储类型   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_region                   |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
 | enable_path_style_access             |   false                     | 
是否启用云端存储服务路径访问                                    | 如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 
@@ -81,7 +81,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git a/src/zh/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md 
b/src/zh/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
index 300f71c7..4df75e51 100644
--- a/src/zh/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
+++ b/src/zh/UserGuide/V1.2.x/Reference/DataNode-Config-Manual.md
@@ -405,14 +405,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
index 8764220c..a8b9684f 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/Tiered-Storage_timecho.md
@@ -35,17 +35,17 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
-| default_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致 |
-| dn_default_space_move_thresholds         | 0.15                     | 
定义每个层级数据目录的最小剩余空间比例;当剩余空间少于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的剩余存储空间到低于此阈值时,会将系统置为 
READ_ONLY | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 当前只支持 AWS S3 
作为远端存储类型,此参数不支持修改   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| default_ttl_in_ms                       | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致 |
+| dn_default_space_move_thresholds        | 0.15                     | 
定义每个层级数据目录的最小剩余空间比例;当剩余空间少于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的剩余存储空间到低于此阈值时,会将系统置为 
READ_ONLY | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 当前只支持 AWS S3 
作为远端存储类型,此参数不支持修改   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 ## 本地多级存储配置示例
@@ -77,7 +77,7 @@ default_ttl_in_ms=86400000;864000000;-1
 dn_default_space_move_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md 
b/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
index 5e582d18..cdeed94b 100644
--- a/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
+++ b/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual-old_timecho.md
@@ -554,14 +554,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git 
a/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md 
b/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
index 2df1cfc0..486868a4 100644
--- a/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/zh/UserGuide/V1.3.x/Reference/DataNode-Config-Manual_timecho.md
@@ -548,14 +548,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
index d37f05ed..2b9fddc8 100644
--- a/src/zh/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/V1.3.x/User-Manual/Tiered-Storage_timecho.md
@@ -35,17 +35,17 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 当前只支持 AWS S3 
作为远端存储类型,此参数不支持修改   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 当前只支持 AWS S3 
作为远端存储类型,此参数不支持修改   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 
@@ -78,7 +78,7 @@ tier_ttl_in_ms=86400000;864000000;-1
 dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md 
b/src/zh/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
index 2df1cfc0..486868a4 100644
--- a/src/zh/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/zh/UserGuide/dev-1.3/Reference/DataNode-Config-Manual_timecho.md
@@ -548,14 +548,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
index e78af542..96045033 100644
--- a/src/zh/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/dev-1.3/User-Manual/Tiered-Storage_timecho.md
@@ -35,17 +35,17 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                                                        | 约束    
                                                     |
-| ---------------------------------------- | ------------------------ 
|--------------------------------------------------------------------------------------|
 ------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分                                               
              | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ 
|--------------------------------------------------------------------------------------|
 ------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分                                                
             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                                                         
     | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                                              | 
IoTDB 当前只支持 AWS S3 作为远端存储类型,此参数不支持修改   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                                               
       | AWS S3 中的 bucket 定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                                                       
| AWS S3 的 endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                                                   
     | AWS S3 的 credential key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                                                
     | AWS S3 的 credential secret;如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                                                    
     | 如果未使用远端存储,无需配置                                 |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                                                                 
     | 如果未使用远端存储,无需配置                                 |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                                                             | 
IoTDB 当前只支持 AWS S3 作为远端存储类型,此参数不支持修改   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                                                 
     | AWS S3 中的 bucket 定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                                                       
| AWS S3 的 endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                                                   
     | AWS S3 的 credential key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                                                
     | AWS S3 的 credential secret;如果未使用远端存储,无需配置    |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                                                    
     | 如果未使用远端存储,无需配置                                 |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                                                                 
     | 如果未使用远端存储,无需配置                                 |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                                                               
     | 如果未使用远端存储,无需配置                                 |
 
 
@@ -78,7 +78,7 @@ tier_ttl_in_ms=86400000;864000000;-1
 dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_name=AWS_S3
 object_storage_bucket=iotdb
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
index 4214ab3e..b982596b 100644
--- a/src/zh/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/latest-Table/User-Manual/Tiered-Storage_timecho.md
@@ -35,19 +35,19 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 支持 S3 协议作为远端存储类型   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_region                    |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 支持 S3 协议作为远端存储类型   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_region                   |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
 | enable_path_style_access             |   false                     | 
是否启用云端存储服务路径访问                                    | 如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 
@@ -81,7 +81,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 
diff --git 
a/src/zh/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md 
b/src/zh/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
index a804903d..1c111dd5 100644
--- a/src/zh/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
+++ b/src/zh/UserGuide/latest/Reference/DataNode-Config-Manual_timecho.md
@@ -552,14 +552,14 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
 |默认值| iotdb_data                |
 |改后生效方式| 重启生效          |
 
-* object\_storage\_endpoiont   
-
-|名字| object\_storage\_endpoiont  |
-|:---:|:--------------|
-|描述| 云端存储的 endpoint                             |
-|类型| string         |
-|默认值| 无         |
-|改后生效方式| 重启生效          |
+* object\_storage\_endpoint    
+
+|名字| object\_storage\_endpoint  |
+|:---:|:---------------------------|
+|描述| 云端存储的 endpoint                                     |
+|类型| string                     |
+|默认值| 无                          |
+|改后生效方式| 重启生效                       |
 
 * object\_storage\_access\_key 
 
diff --git a/src/zh/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md 
b/src/zh/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
index 4214ab3e..b982596b 100644
--- a/src/zh/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
+++ b/src/zh/UserGuide/latest/User-Manual/Tiered-Storage_timecho.md
@@ -35,19 +35,19 @@
 具体的参数定义及其描述如下。
 
 | 配置项                                   | 默认值                   | 说明           
                                              | 约束                              
                           |
-| ---------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
-| dn_data_dirs                             | data/datanode/data                
       | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
+| --------------------------------------- | ------------------------ | 
------------------------------------------------------------ | 
------------------------------------------------------------ |
+| dn_data_dirs                            | data/datanode/data                 
      | 用来指定不同的存储目录,并将存储目录进行层级划分             | 
每级存储使用分号分隔,单级内使用逗号分隔;云端配置只能作为最后一级存储且第一级不能作为云端存储;最多配置一个云端对象;远端存储目录使用 
OBJECT_STORAGE 来表示 |
 | tier_ttl_in_ms                        | -1                       | 
定义每个层级负责的数据范围,通过 TTL 表示                    | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 
定义的层级数一致;"-1" 表示"无限制" |
-| dn_default_space_usage_thresholds         | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
-| object_storage_type                      | AWS_S3                   | 云端存储类型 
                                                | IoTDB 支持 S3 协议作为远端存储类型   |
-| object_storage_bucket                    | iotdb_data                       
| 云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
-| object_storage_region                    |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
-| object_storage_endpoiont                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
-| object_storage_access_key                |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
-| object_storage_access_secret             |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
+| dn_default_space_usage_thresholds        | 0.85                     | 
定义每个层级数据目录的最大使用空间比例;当使用空间大于该比例时,数据会被自动迁移至下一个层级;当最后一个层级的使用存储空间大于此阈值时,会将系统置为 
READ_ONLY  | 每级存储使用分号分隔;层级数量需与 dn_data_dirs 定义的层级数一致 |
+| object_storage_type                     | AWS_S3                   | 云端存储类型  
                                               | IoTDB 支持 S3 协议作为远端存储类型   |
+| object_storage_bucket                   | iotdb_data                       | 
云端存储 bucket 的名称                                       | AWS S3 中的 bucket 
定义;如果未使用远端存储,无需配置        |
+| object_storage_region                   |                         | 
云端存储的服务区域                                      | AWS S3 中的 region 
定义;如果未使用远端存储,无需配置        |
+| object_storage_endpoint                 |                          | 云端存储的 
endpoint                                          | AWS S3 的 
endpoint;如果未使用远端存储,无需配置             |
+| object_storage_access_key               |                          | 
云端存储的验证信息 key                                       | AWS S3 的 credential 
key;如果未使用远端存储,无需配置       |
+| object_storage_access_secret            |                          | 
云端存储的验证信息 secret                                    | AWS S3 的 credential 
secret;如果未使用远端存储,无需配置    |
 | enable_path_style_access             |   false                     | 
是否启用云端存储服务路径访问                                    | 如果未使用远端存储,无需配置    |
-| remote_tsfile_cache_dirs                 | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
-| remote_tsfile_cache_page_size_in_kb      | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
+| remote_tsfile_cache_dirs                | data/datanode/data/cache | 
云端存储在本地的缓存目录                                     | 如果未使用远端存储,无需配置               
                  |
+| remote_tsfile_cache_page_size_in_kb     | 20480                    | 
云端存储在本地缓存文件的块大小                               | 如果未使用远端存储,无需配置                  
               |
 | remote_tsfile_cache_max_disk_usage_in_mb | 51200                    | 
云端存储本地缓存的最大磁盘占用大小                           | 如果未使用远端存储,无需配置                    
             |
 
 
@@ -81,7 +81,7 @@ dn_default_space_usage_thresholds=0.2;0.15;0.1
 object_storage_type=AWS_S3
 object_storage_bucket=iotdb
 object_storage_region=<your_region>
-object_storage_endpoiont=<your_endpoint>
+object_storage_endpoint=<your_endpoint>
 object_storage_access_key=<your_access_key>
 object_storage_access_secret=<your_access_secret>
 

Reply via email to