mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 18:18:40 +08:00

In 22abd785eba35ca2 s3: implement reading and writing of metadata #111 The reading information of objects was refactored to use the s3.HeadObjectOutput structure. Unfortunately the code branch with `--s3-no-head` was not tested otherwise this panic would have been discovered. This shows that this is path is not integration tested, so this adds a new integration test. Fixes #6322