File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ description: |-
20
20
21
21
# google_storage_bucket_object
22
22
23
- Creates a new object inside an existing bucket in Google cloud storage service (GCS).
23
+ Creates a new object inside an existing bucket in Google cloud storage service (GCS).
24
24
[ ACLs] ( https://cloud.google.com/storage/docs/access-control/lists ) can be applied using the ` google_storage_object_acl ` resource.
25
- For more information see
26
- [ the official documentation] ( https://cloud.google.com/storage/docs/key-terms#objects )
27
- and
25
+ For more information see
26
+ [ the official documentation] ( https://cloud.google.com/storage/docs/key-terms#objects )
27
+ and
28
28
[ API] ( https://cloud.google.com/storage/docs/json_api/v1/objects ) .
29
29
30
30
A datasource can be used to retrieve the data of the stored object:
@@ -135,6 +135,8 @@ exported:
135
135
136
136
* ` media_link ` - (Computed) A url reference to download this object.
137
137
138
+ * ` md5hexhash ` - (Computed) Hex value of md5hash`
139
+
138
140
## Timeouts
139
141
140
142
This resource provides the following
You can’t perform that action at this time.
0 commit comments