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
Copy file name to clipboardExpand all lines: docs/resources/object.md
+2Lines changed: 2 additions & 0 deletions
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)
Description: "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",
96
96
},
97
97
"tags": {
@@ -151,13 +151,12 @@ func resourceObjectCreate(ctx context.Context, d *schema.ResourceData, m interfa
0 commit comments