Adding Computed to the Content-Type of S3 Bucket Object. Regardless of whether you set a content-type, AWS will always set a content-type

This commit is contained in:
stack72 2015-10-08 23:14:34 +01:00
parent b3010e1412
commit 080e08fb73
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func resourceAwsS3BucketObject() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"key": &schema.Schema{