Skip to content

Commit

Permalink
update s3 bindings links (#3782)
Browse files Browse the repository at this point in the history
* update s3 bindings links

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

* Update s3.md

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

---------

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
  • Loading branch information
martbln and yaron2 committed Oct 17, 2023
1 parent c482024 commit f0ef4b9
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -154,12 +154,12 @@ To use the S3 component, you need to use an existing bucket. Follow the [AWS doc

This component supports **output binding** with the following operations:

- `create` : [Create file](#create-file)
- `get` : [Get file](#get-file)
- `delete` : [Delete file](#delete-file)
- `list`: [List file](#list-files)
- `create` : [Create object](#create-object)
- `get` : [Get object](#get-object)
- `delete` : [Delete object](#delete-object)
- `list`: [List objects](#list-objects)

### Create file
### Create object

To perform a create operation, invoke the AWS S3 binding with a `POST` method and the following JSON body:

Expand Down

0 comments on commit f0ef4b9

Please sign in to comment.