Skip to content

Commit 9b91f47

Browse files
Corrected docs for object storage
1 parent 512be32 commit 9b91f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/objectstorage_object.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following arguments are supported:
4444

4545
* `bucket` - (Required) The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
4646
* `cache_control` - (Optional) The cache-control header value to be returned in GetObjectResponse.
47-
* `content` - (Required) The object to upload to the object store. Cannot be defined if `source` or `source_uri_details` is defined.
47+
* `content` - (Optional) The object to upload to the object store. Cannot be defined if `source` or `source_uri_details` is defined.
4848
* `content_disposition` - (Optional) The Content-Disposition header value to be returned in GetObjectResponse.
4949
* `content_encoding` - (Optional) The content encoding of the object.
5050
* `content_language` - (Optional) The content language of the object.

0 commit comments

Comments
 (0)