amplify-swift
amplify-swift copied to clipboard
Tagging Uploads w/ Key-Value (i.e., S3 Object Tagging)
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
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.
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!
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