mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 23:06:54 +00:00
garage_api_s3: remove unused field in ListPartsQuery
This commit is contained in:
@@ -317,7 +317,6 @@ impl ApiHandler for S3ApiServer {
|
||||
} => {
|
||||
let query = ListPartsQuery {
|
||||
bucket_name: ctx.bucket_name.clone(),
|
||||
bucket_id,
|
||||
key,
|
||||
upload_id,
|
||||
part_number_marker: part_number_marker.map(|p| p.min(10000)),
|
||||
|
||||
Reference in New Issue
Block a user