If you are trying to re-download content from the s3 bucket but receive a warning saying that the file is already downloaded (warning is like below), it because Nimble Studio File Transfer (NSFT) keeps track of files that have been downloaded and to which part of the machine they have been downloaded, so that it doesn't try to re-download content that already exists. However, even if you delete the file and try to re-download it you will get the warning message that the file has already been downloaded and it is skipping.
WARNING[2022-08-11 09:19:09] Skipped already downloaded file
WARNING[2022-08-11 09:19:10] No valid or new sources found in S3
WARNING[2022-08-11 09:19:10] No sources discovered to download
To resolve this, add the --force
flag to the download command
Example:filetransfer download vendor C:\test\ /file_in_bucket --force
Comments
0 comments
Article is closed for comments.