docs icon indicating copy to clipboard operation
docs copied to clipboard

Wrong s3 binding file creation example

Open danielbraun89 opened this issue 3 months ago • 1 comments

Describe the issue Wrong example

curl -d '{ "operation": "create", "data": "Hello World", "metadata": { "fileName": "my-test-file.txt" } }' \
      http://localhost:<dapr-port>/v1.0/bindings/<binding-name>

URL of the docs ](https://docs.dapr.io/reference/components-reference/supported-bindings/s3/)

Expected content

curl -d '{ "operation": "create", "data": "Hello World", "metadata": { "key": "my-test-file.txt" } }' \
      http://localhost:<dapr-port>/v1.0/bindings/<binding-name>

Screenshots

Image

danielbraun89 avatar Sep 19 '25 18:09 danielbraun89

@danielbraun89 - Appreciate this. Would you like to push a PR to get the credit?

msfussell avatar Sep 23 '25 05:09 msfussell