Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 4fcd3b7

Browse files
committed
fix parameter name: multiple-manifest -> multipart-manifest
1 parent 05e31e6 commit 4fcd3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/objectstorage/v1/objects/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ type CreateOpts struct {
168168
ObjectManifest string `h:"X-Object-Manifest"`
169169
TransferEncoding string `h:"Transfer-Encoding"`
170170
Expires string `q:"expires"`
171-
MultipartManifest string `q:"multiple-manifest"`
171+
MultipartManifest string `q:"multipart-manifest"`
172172
Signature string `q:"signature"`
173173
}
174174

0 commit comments

Comments
 (0)