forked from mirrors/kingfisher
- Fixed header precedence so custom HTTP validation headers like "Accept" are preserved
- Added new Heroku rule
This commit is contained in:
parent
28fd24c9b4
commit
ff5250c9a2
2 changed files with 0 additions and 2 deletions
|
|
@ -523,4 +523,3 @@ impl From<finding_data::FindingDataEntry> for ReportMatch {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -335,7 +335,6 @@ pub async fn fetch_s3_objects(
|
|||
|
||||
let pb = progress.clone();
|
||||
|
||||
|
||||
let bucket_name = bucket.to_string();
|
||||
|
||||
s3::visit_bucket_objects(bucket, prefix, role_arn, profile, move |key, bytes| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue