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:
parent
b3010e1412
commit
080e08fb73
|
@ -53,6 +53,7 @@ func resourceAwsS3BucketObject() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"key": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue