-
Is there a way to create a bucket policy to have a custom response for a specific tag?
Trying to figure out a S3 bucket policy that displays the custom tag status "Infected", "In Progress", or "Error" in the Access Denied response, depending on the value of the custom-tag tag on the object Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think so. S3 access rqeuests don't give additional information on why they were denied. You could use something like the GetObjectTagging in your application code logic and make a deterimination on what to do based on that |
Beta Was this translation helpful? Give feedback.
I don't think so. S3 access rqeuests don't give additional information on why they were denied. You could use something like the GetObjectTagging in your application code logic and make a deterimination on what to do based on that