We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8816f60 commit 0f7df77Copy full SHA for 0f7df77
src/managers/objects.ts
@@ -17,7 +17,7 @@ export class BlobObjectsManager {
17
18
const { response } = await this.client.api.request<PutObjectResponse>(
19
"put",
20
- { method: "POST", body: formData, params: payload.params },
+ { method: "PUT", body: formData, params: payload.params },
21
);
22
23
return assertPutObjectResponse(response);
0 commit comments