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:
parent
0a5387db90
commit
8e2163c963
|
@ -16,7 +16,6 @@ func resourceAwsS3BucketObject() *schema.Resource {
|
||||||
return &schema.Resource{
|
return &schema.Resource{
|
||||||
Create: resourceAwsS3BucketObjectPut,
|
Create: resourceAwsS3BucketObjectPut,
|
||||||
Read: resourceAwsS3BucketObjectRead,
|
Read: resourceAwsS3BucketObjectRead,
|
||||||
Update: resourceAwsS3BucketObjectPut,
|
|
||||||
Delete: resourceAwsS3BucketObjectDelete,
|
Delete: resourceAwsS3BucketObjectDelete,
|
||||||
|
|
||||||
Schema: map[string]*schema.Schema{
|
Schema: map[string]*schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue