We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15ed6d commit a27e200Copy full SHA for a27e200
check-cmt/src/main.rs
@@ -214,7 +214,7 @@ async fn download_files(
214
let dir = Path::new("./tmp1");
215
for file in s3_obj {
216
let key = file.key.clone().unwrap();
217
- if files_need_update.contains(&key[..32]) && key.ends_with(".pdf") {
+ if files_need_update.contains(&key[..32]) {
218
let request = rusoto_s3::GetObjectRequest {
219
bucket: bucket.clone(),
220
key: key.clone(),
0 commit comments