Removing the S3 Bucket Object Update method. This was removed in master but seems to be broken in my branch

This commit is contained in:
stack72 2015-10-08 18:44:59 +01:00
parent 0a5387db90
commit 8e2163c963
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ func resourceAwsS3BucketObject() *schema.Resource {
return &schema.Resource{
Create: resourceAwsS3BucketObjectPut,
Read: resourceAwsS3BucketObjectRead,
Update: resourceAwsS3BucketObjectPut,
Delete: resourceAwsS3BucketObjectDelete,
Schema: map[string]*schema.Schema{