How to verify if tagging functionality is supported?
Object tagging functionality is supported for AWS S3 and other S3-compatible storage providers. This document explains the permission requirements and troubleshooting steps for tagging functionality.
MDSS verifies the following permissions during storage integration or modification:
"s3:GetObject","s3:PutObject","s3:DeleteObject" "s3:PutObjectTagging","s3:GetObjectTagging",Status Conditions
Disabled Tagging Functionality
Tagging functionality may be unavailable due to:
Missing core permissions (
s3:GetObject,s3:PutObject,s3:DeleteObject)- When these are missing, tagging functionality cannot be tested and will be disabled
Missing tagging permissions (
s3:PutObjectTagging,s3:GetObjectTagging)- When these are missing, tagging functionality will not be supported
Storage provider limitations
- If the S3-compatible storage does not support object tagging
Verification Process
Permission verification occurs:
- When storage is first integrated with MDSS
- When storage configuration is edited
Troubleshooting
If tagging functionality is disabled but required permissions have been added:
- Edit the storage configuration in MDSS
- Save changes without modifying any settings
This action will trigger a re-verification of permissions and enable tagging functionality if all requirements are met.
