fix: Fixed object versions listing with ListObjectVersions when versioning is not configured for the gateway

This commit is contained in:
jonaustin09
2024-10-07 18:16:11 -04:00
parent f388859d18
commit b39b5e2373
5 changed files with 75 additions and 19 deletions

View File

@@ -385,7 +385,6 @@ type ListVersionsResult struct {
NextKeyMarker *string
NextVersionIdMarker *string
Prefix *string
RequestCharged types.RequestCharged
VersionIdMarker *string
Versions []types.ObjectVersion `xml:"Version"`
}