Merge branch 'v1.12' into issue_3968

This commit is contained in:
Hannah Hunter 2024-01-26 15:31:02 -05:00 committed by GitHub
commit a705355ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -151,12 +151,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: