Skip to content

Commit 7d4edfd

Browse files
committed
chore(gen): update
1 parent 34de27d commit 7d4edfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/object-storage/api-cli/post-object.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ title: Adding objects to a bucket with POST object
33
description: Learn to upload objects to Scaleway Object Storage using POST requests.
44
tags: object storage object-storage post bucket
55
dates:
6-
validation: 2025-01-15
6+
validation: 2025-07-31
77
posted: 2021-05-19
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111
import image from './assets/scaleway-post-object-use-case.webp'
1212

13-
1413
The POST object operation adds an object to a specified bucket using HTML forms. POST is an alternate form of PUT that enables browser-based uploads as a way of putting objects directly in buckets.
1514

1615
Parameters that are passed to PUT via HTTP Headers are instead passed as form fields to POST in the multipart/form-data encoded message body.
1716

1817
<Requirements />
1918

2019
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
20+
- [Created an Object Storage bucket](/object-storage/how-to/create-a-bucket/)
2221
<Message type="important">
2322
You must have WRITE access to a bucket to add an object to it.
2423
</Message>

0 commit comments

Comments
 (0)