diff --git a/state/remote/s3.go b/state/remote/s3.go index 26330d112..bdc6a63cf 100644 --- a/state/remote/s3.go +++ b/state/remote/s3.go @@ -133,7 +133,7 @@ func (c *S3Client) Get() (*Payload, error) { } func (c *S3Client) Put(data []byte) error { - contentType := "application/octet-stream" + contentType := "application/json" contentLength := int64(len(data)) i := &s3.PutObjectInput{