DataSync Trouble : S3 to FSx Lustre. Skipped S3 prefix not supported by DataSync

0

Hi,

I have tried to synchronize FSx Lustre with S3 but I have the following error : Failed to read next entry while processing directory /: Skipped S3 prefix not supported by DataSync. Please contact AWS support in order to identify the prefix.

There is no files in .aws-datasync/ and the DataSync task use 2 locations : S3 and FSxLustre with the root directory / . When I launched the task, I specified the parameter include and select the option (Verify only the data transferred).

I have tried to change compression/ Root Squash in Lustre but nothing seems to work. Do you experiment this trouble?

Regards, Vivien Moretto

  • please let me know if I answered your question.

已提問 1 年前檢視次數 895 次
2 個答案
0

Greetings, The presence of a directory with a forward slash (/) in the S3 bucket may be causing issues with the DataSync task. One possible solution could be to modify the prefix used in the DataSync task to exclude the root directory of the S3 bucket.

For example, if the S3 bucket has a directory structure like this: s3://example-bucket/ |- / |- directory-1/ |- directory-2/ ... You could try modifying the prefix used in the DataSync task to something like s3://example-bucket/directory-1/, which would exclude the root directory (/) and only include the contents of directory-1.

Alternatively, if it's not possible to modify the prefix used in the DataSync task, you could try moving the contents of the root directory (/) to a subdirectory, and then excluding the root directory from the DataSync task. For example: s3://example-bucket/ |- root/ |- <contents of root directory> |- directory-1/ |- directory-2/ ... In this case, you could modify the prefix used in the DataSync task to s3://example-bucket/directory-1/, and exclude the root directory.

I hope this helps! Let me know if it was helpful

AWS
專家
ZJon
已回答 1 年前
  • please let me know if I answered your question

0

Hi,

After some investigations, the trouble comes from your bucket (several) have a directory (/). In this case, DataSync have some troubles to check the integrity.

Regards, Vivien Moretto

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南