Is the below things will be helpful?
Asked
Active
Viewed 1,169 times
1 Answers
0
The source data to be migrated may be stored in an OSS bucket, a local storage, a third-party cloud storage like AWS S3.
Methods 1. OssImport - Use the OssImport tool to migrate the data. This tool can migrate historical data of various data sources to OSS in batches. - https://www.alibabacloud.com/help/doc-detail/56990.htm?spm=a2c63.o282931.879956.5.6a8d43a28Hlgxq
- OSS APIs/SDKs Copy Object and Upload Part Copy
- Source data is stored locally: Use OSS APIs/SDKs for code development.
- If the source data is stored in HTTP or third-party cloud storage, you must write code to download the data from the data source, and then write code, by using OSS APIs/SDKs, to upload the data to OSS.
- https://www.alibabacloud.com/help/doc-detail/64919.htm? spm=a2c63.p38356.a1.1.32ee24420c9vUH

Priyanka Patil
- 11
- 5