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
When `username` is set, the user is created as a [Member](https://www.scaleway.com/en/docs/iam/concepts/#member). Otherwise, it is created as a [Guest](https://www.scaleway.com/en/docs/iam/concepts/#guest).
-`tags` - (Optional) The tags associated with the user.
59
55
60
-
-`username` - (Optional) The username of the IAM user. When it is set, the user is created as a Member. When it is not set, the user is created as a Guest and the username is set as equal to the email.
56
+
-`username` - (Required) The username of the IAM user.
Copy file name to clipboardExpand all lines: docs/resources/object.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ The following arguments are supported:
49
49
50
50
*`metadata` - (Optional) Map of metadata used for the object (keys must be lowercase).
51
51
52
+
*`content_type` - (Optional) The standard MIME type of the object's content (e.g., 'application/json', 'text/plain'). This specifies how the object should be interpreted by clients. See RFC 9110: https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type
53
+
52
54
*`tags` - (Optional) Map of tags.
53
55
54
56
*`sse_customer_key` - (Optional) Customer's encryption keys to encrypt data (SSE-C)
0 commit comments