progressive AW S3 folder download support as much the local file storage allows

0

Hi ,

I need to download the AWS s3 folder progressively that means if the local file storage is less than the actual AWS s3 folder then the S3 folder download should happen as much as the file storage allows .

It can also be related to the partial download in case if the file storage is not as much as the AWD s3 folder size.

Please help with the suggestions and inputs on the AWS s3 folder download as per the local file storage available .

  • Do you mean recursive download ?

  • @Omid Eidivandi It can also be related to the partial download in case if the file storage is not as much as the AWD s3 folder size.

질문됨 2년 전258회 조회
1개 답변
0

I m not sure about how you download files using cli or sdk or a third party library

If you prefere to use the cli simply

aws s3 cp s3://mybucket/directory mylocaldirectory --recursive

This way your command will result an error when no local disk is available in this case after solving the issue using --recursive will be handy

If you prefere using sdk you need to handle pagination and recursive download as I know

Wish that helps

답변함 2년 전

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

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

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

관련 콘텐츠