Migration Method | Description |
COS Migration(online migration) | COS Migration is an all-in-one tool integrating COS data migration features. You can migrate data to COS quickly after completing simple configurations. |
[common]
section of the config.ini
configuration file:Parameter Name | Parameter Description |
smallFileThreshold | Threshold for small files. If the size of a file is higher than or equal to this threshold, multipart upload will be used; otherwise, simple upload will be used. The default value is 5 MB. |
bigFileExecutorNum | Concurrence of large files, which is 8 by default. If COS is connected to over the public network with low bandwidth, reduce this value. |
smallFileExecutorNum | Concurrence of small files, which is 64 by default.If COS is connected to over the public network with low bandwidth, reduce this value. |
executeTimeWindow | This parameter defines the time range when the migration tool will execute a task every day, which will enter sleep mode at other times. In sleep mode, the migration will be paused and the migration progress will be retained until the next time window when the migration will be resumed automatically. |
Was this page helpful?