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.

질문됨 일 년 전893회 조회
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
답변함 일 년 전
  • 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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠