mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
The s3 sdk expects the version id and other input options to be nil when not specified. Otherwise it incorrectly accepts the "" string as the requested input option. This just sets the version id and otehr options back to nil if its "" from the s3api controller.