Skip to content

Feature/s3 add tagging to metadata#3799

Merged
yaron2 merged 6 commits into
dapr:mainfrom
adam6878:feature/s3_add_tagging_to_metadata
Apr 29, 2025
Merged

Feature/s3 add tagging to metadata#3799
yaron2 merged 6 commits into
dapr:mainfrom
adam6878:feature/s3_add_tagging_to_metadata

Conversation

@adam6878

@adam6878 adam6878 commented Apr 18, 2025

Copy link
Copy Markdown
Contributor

Description

Added support for passing custom tags to the S3 output binding using the existing metadata field in binding.InvokeRequest.

Example Usage

{
  "operation": "create",
  "data": "SGVsbG8gV29ybGQ=",
  "metadata": {
    "key": "my-object.txt",
    "contentType": "text/plain",
    "tags": "expire=true,project=mlops"
  }
}

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #3791

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

Signed-off-by: adam6878 <[email protected]>
@adam6878
adam6878 requested review from a team as code owners April 18, 2025 11:28
@yaron2
yaron2 merged commit e53a258 into dapr:main Apr 29, 2025
jjcollinge pushed a commit to jjcollinge/components-contrib that referenced this pull request May 12, 2025
Signed-off-by: adam6878 <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
@marcduiker

Copy link
Copy Markdown
Contributor

@holopin-bot @adam6878 Thank you! Here's a digital badge as a small token of appreciation.

@holopin-bot

holopin-bot Bot commented Jun 11, 2025

Copy link
Copy Markdown

Congratulations @adam6878, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmbs0dwtg139007l9wtbqp7eo

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

@adam6878
adam6878 deleted the feature/s3_add_tagging_to_metadata branch November 19, 2025 18:18
passuied pushed a commit to passuied/components-contrib that referenced this pull request Feb 14, 2026
Signed-off-by: adam6878 <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Tag Support to AWS S3 Output Binding

3 participants