Chris Lu
a5ab05ec03
fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not part ETag ( #7622 )
...
AWS S3 behavior: when calling GetObject or HeadObject with the PartNumber
query parameter, the ETag header should still return the complete object's
ETag (e.g., 'abc123-4' for a 4-part multipart upload), not the individual
part's ETag.
The previous implementation incorrectly overrode the ETag with the part's
ETag, causing test_multipart_get_part to fail.
This fix removes the ETag override logic while keeping:
- x-amz-mp-parts-count header (correct)
- Content-Length adjusted to part size (correct)
- Range calculation for part boundaries (correct)
2025-12-04 12:18:57 -08:00
..
2025-11-25 06:19:34 -08:00
2024-10-03 09:03:17 -07:00
2025-11-12 22:14:50 -08:00
2025-11-21 14:46:32 -08:00
2025-02-01 14:11:57 -08:00
2025-11-26 12:07:54 -08:00
2024-07-04 11:00:41 -07:00
2025-11-18 23:18:35 -08:00
2025-11-12 22:14:50 -08:00
2025-11-26 11:29:55 -08:00
2025-11-26 12:24:02 -08:00
2025-11-27 22:44:35 -08:00
2025-10-30 21:06:00 -07:00
2025-11-21 15:33:38 -08:00
2025-11-03 15:27:20 -08:00
2023-09-25 08:34:12 -07:00
2025-05-22 09:46:49 -07:00
2025-08-11 10:31:01 -07:00
2025-10-31 20:59:44 -07:00
2025-12-01 17:41:42 -08:00
2025-11-18 23:18:35 -08:00
2024-04-06 10:56:39 -07:00
2025-11-26 11:29:55 -08:00
2025-05-22 09:46:49 -07:00
2025-11-18 23:18:35 -08:00
2025-07-19 00:49:56 -07:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2024-07-04 11:00:41 -07:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-11-12 22:14:50 -08:00
2025-08-22 01:15:42 -07:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-08-30 11:15:48 -07:00
2025-11-13 16:10:46 -08:00
2025-11-12 22:14:50 -08:00
2025-11-13 16:10:46 -08:00
2025-11-21 14:46:32 -08:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-08-21 08:28:07 -07:00
2025-10-23 20:10:12 -07:00
2025-08-21 08:28:07 -07:00
2025-11-18 23:18:35 -08:00
2025-10-23 20:10:12 -07:00
2025-11-18 23:18:35 -08:00
2025-08-22 01:15:42 -07:00
2025-08-21 08:28:07 -07:00
2025-08-21 08:28:07 -07:00
2025-08-22 01:15:42 -07:00
2025-11-18 23:18:35 -08:00
2025-08-21 08:28:07 -07:00
2025-10-23 20:10:12 -07:00
2025-10-08 23:12:03 -07:00
2025-10-27 23:04:55 -07:00
2025-11-18 23:18:35 -08:00
2025-11-28 13:28:17 -08:00
2025-11-28 13:28:17 -08:00
2025-10-23 20:10:12 -07:00
2025-11-18 23:18:35 -08:00
2025-08-30 11:15:48 -07:00
2025-10-27 23:04:55 -07:00
2023-09-25 08:34:12 -07:00
2025-10-13 18:05:17 -07:00
2023-09-25 08:34:12 -07:00
2025-07-22 01:07:15 -07:00
2025-12-03 10:23:59 -08:00
2025-10-29 13:43:27 -07:00
2025-11-20 11:42:22 -08:00
2025-11-21 11:37:43 -08:00
2025-11-26 11:29:55 -08:00
2025-08-21 08:28:07 -07:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2025-08-21 08:28:07 -07:00
2022-07-29 00:17:28 -07:00
2025-11-26 15:51:38 -08:00
2025-10-29 12:27:25 -07:00
2025-08-22 01:15:42 -07:00
2025-08-21 08:28:07 -07:00
2025-10-24 01:45:22 -07:00
2025-11-25 09:56:20 -08:00
2025-07-13 16:21:36 -07:00
2025-11-26 11:29:55 -08:00
2025-11-18 23:18:35 -08:00
2025-11-25 09:56:20 -08:00
2025-11-10 20:30:21 -08:00
2025-11-28 13:28:17 -08:00
2025-12-02 09:24:31 -08:00
2025-12-02 09:24:31 -08:00
2025-12-03 21:12:19 -08:00
2025-07-19 00:49:56 -07:00
2025-07-28 02:39:41 -07:00
2025-11-18 23:18:35 -08:00
2025-11-26 11:29:55 -08:00
2025-11-26 11:29:55 -08:00
2025-11-21 14:48:41 -08:00
2025-12-01 15:21:30 -08:00
2025-07-19 00:49:56 -07:00
2024-04-29 05:33:56 -07:00
2025-11-26 11:29:55 -08:00
2025-12-04 12:18:57 -08:00
2025-07-18 02:19:50 -07:00
2025-07-18 22:25:58 -07:00
2025-11-20 11:42:22 -08:00
2025-11-20 11:42:22 -08:00
2025-11-26 11:29:55 -08:00
2024-04-27 07:39:22 -07:00
2025-11-18 23:18:35 -08:00
2025-07-02 18:03:17 -07:00
2025-06-19 22:58:10 -07:00
2022-07-29 00:17:28 -07:00
2025-11-26 12:07:54 -08:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2022-07-29 00:17:28 -07:00
2025-12-02 09:24:31 -08:00
2022-07-29 00:17:28 -07:00
2024-07-04 11:00:41 -07:00
2025-08-14 20:38:03 -07:00
2025-09-17 19:04:51 -07:00
2025-07-28 02:49:43 -07:00
2025-07-28 02:49:43 -07:00