Skip to content

Commit 98d56de

Browse files
Update aws-s3-connector.md
1 parent 4f8c31e commit 98d56de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/aws/aws-s3-connector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ The name generated by the expression must be all lower-case. If the bucket name
8787

8888
{{< figure src="/attachments/appstore/platform-supported-content/modules/aws-s3-connector/microflow.png" alt="Configured microflow" class="no-border" >}}
8989

90-
### Adding metadata to an S3 object
90+
### Adding Metadata to an S3 Object
9191

9292
You can add metadata to an S3 object using the **PutObject** or **CopyObject** operations. To retrieve this metadata, you can use the **GetObject** operation or view it directly in the Amazon S3 portal.
9393

9494
To add metadata, perform the following steps:
9595

96-
Every call utilizes **AbstractS3Request**, which works with **S3RequestMetaData**. This object uses **AbstractMetaData** as its generalization, enabling a one-to-many relationship for metadata management.
96+
1. When adding metadata with **PutObject** or **CopyObject**, populate the **S3RequestMetaData** object with the necessary key-value pairs.
9797

98-
When adding metadata with **PutObject** or **CopyObject**, populate **S3RequestMetaData** with the necessary Key-Value pairs.
98+
Every call utilizes **AbstractS3Request**, which works with **S3RequestMetaData**. This object uses **AbstractMetaData** as its generalization, enabling a one-to-many relationship for metadata management.
9999

100-
The same **S3RequestMetaData** object is used to retrieve metadata with **GetObject**.
100+
2. Use the same **S3RequestMetaData** object to retrieve metadata with **GetObject**.
101101

102102
{{< figure src="/attachments/appstore/platform-supported-content/modules/aws-s3-connector/s3metadata.png" alt="Metadata domain model" class="no-border" >}}
103103

0 commit comments

Comments
 (0)