amplify-swift icon indicating copy to clipboard operation
amplify-swift copied to clipboard

Tagging Uploads w/ Key-Value (i.e., S3 Object Tagging)

Open reveelapp opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Need to tag data to match other categorized data structure.

Describe the solution you'd like

I notice that react-js has an API with '.put()' that offers 'tagging'. Here is the S3 object tagging I am referring to.

Describe alternatives you've considered

Unless I am missing it from my searches through docs and api reference, I do not see an alternate.

Is the feature request related to any of the existing Amplify categories?

Storage

Additional context

No response

reveelapp avatar Jul 03 '22 05:07 reveelapp

Thank you for reporting this feature request. Currently we do not have a way to pass in tagging information in the Storage category apis, we will update here when we have more information about the feature.

royjit avatar Jul 06 '22 00:07 royjit

This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!

github-actions[bot] avatar Jul 06 '22 00:07 github-actions[bot]

This looks very similar to https://github.com/aws-amplify/amplify-swift/issues/1625#issuecomment-1673554700 where the customer is adding ACL to the request. Please see that for a similar workaround in using the escape hatch. Once you can construct the AWSS3PutObjectRequest, you may be able to add tagging in the response body. We can keep this as a feature request to introduce tagging in the AWSS3PluginOptions

lawmicha avatar Aug 10 '23 16:08 lawmicha