You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
14
16
15
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.
17
16
18
17
<Requirements />
19
18
20
19
-[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/)
22
21
<Messagetype="important">
23
22
You must have WRITE access to a bucket to add an object to it.
0 commit comments