Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 如何通过DMS迁移S3子文件夹中的所有文件_Amazon Web Services_Amazon S3_Aws Dms - Fatal编程技术网

Amazon web services 如何通过DMS迁移S3子文件夹中的所有文件

Amazon web services 如何通过DMS迁移S3子文件夹中的所有文件,amazon-web-services,amazon-s3,aws-dms,Amazon Web Services,Amazon S3,Aws Dms,我已经对S3上的数据进行了分区,我想将它们迁移到PostgreSQL。我在S3上的数据如下: bucket_name/bucket_folder/schema/table/2020/01/01/data.csv bucket_name/bucket_folder/schema/table/2020/01/02/data.csv 我的CloudWatch日志: [SOURCE_UNLOAD ]I: Unload finished for table 'schema'.'table' (Id

我已经对S3上的数据进行了分区,我想将它们迁移到PostgreSQL。我在S3上的数据如下:

  • bucket_name/bucket_folder/schema/table/2020/01/01/data.csv
  • bucket_name/bucket_folder/schema/table/2020/01/02/data.csv
我的CloudWatch日志:

[SOURCE_UNLOAD ]I: Unload finished for table 'schema'.'table' (Id = 1). 0 rows sent. (streamcomponent.c:3485)
[TARGET_LOAD ]I: Load finished for table 'schema'.'table' (Id = 1). 0 rows received. 0 rows skipped. 
要迁移表子文件夹中的所有data.csv,我必须做什么?谢谢

[SOURCE_UNLOAD ]I: Unload finished for table 'schema'.'table' (Id = 1). 0 rows sent. (streamcomponent.c:3485)
[TARGET_LOAD ]I: Load finished for table 'schema'.'table' (Id = 1). 0 rows received. 0 rows skipped.