Add version_id attribute for aws_s3_bucket_object (#6677)

This commit is contained in:
Aki Hänninen 2016-05-16 16:49:59 +03:00 committed by Clint
parent ffcf6cf6f7
commit fce7aa483d
1 changed files with 2 additions and 0 deletions

View File

@ -73,3 +73,5 @@ The following attributes are exported
* `id` - the `key` of the resource supplied above
* `etag` - the ETag generated for the object (an MD5 sum of the object content).
* `version_id` - A unique version ID value for the object, if bucket versioning
is enabled.