Skip to content

Commit e9182d7

Browse files
committed
[exporter/googlecloudstorageexporter] docs: fixed example with 'bucket' instead of the wrong 'storage'
1 parent 7a90970 commit e9182d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exporter/googlecloudstorageexporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here is an example configuration for this exporter:
3333
exporters:
3434
googlecloudstorage:
3535
encoding: text_encoding
36-
storage:
36+
bucket:
3737
name: bucket-test
3838
project_id: project-test
3939
reuse_if_exists: true
@@ -42,4 +42,4 @@ exporters:
4242
extensions:
4343
# text encoding to ensure only the body is placed in the bucket
4444
text_encoding:
45-
```
45+
```

0 commit comments

Comments
 (0)