update docs
This commit is contained in:
parent
5c6083e1c4
commit
f6bad310ee
|
@ -25,6 +25,7 @@ resource "aws_s3_bucket_object" "object" {
|
|||
## Argument Reference
|
||||
|
||||
The following arguments are supported:
|
||||
|
||||
* `bucket` - (Required) The name of the bucket to put the file in.
|
||||
* `key` - (Required) The name of the object once it is in the bucket.
|
||||
* `source` - (Required) The path to the source file being uploaded to the bucket.
|
||||
|
@ -33,4 +34,6 @@ The following arguments are supported:
|
|||
|
||||
The following attributes are exported
|
||||
|
||||
* `id` - the id of the resource corresponds to the ETag of the bucket object on aws.
|
||||
* `id` - the `key` of the resource supplied above
|
||||
* `etag` - the ETag generated for the object. This is often the MD5 hash of the
|
||||
object, unless you specify your own encryption keys
|
||||
|
|
|
@ -279,6 +279,10 @@
|
|||
<a href="/docs/providers/aws/r/s3_bucket.html">aws_s3_bucket</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-s3-bucket-object") %>>
|
||||
<a href="/docs/providers/aws/r/s3_bucket_object.html">aws_s3_bucket_object</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue