You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what is the expected rendering of ARN template, but it appears that /accesspoint/Name is unexpectedly added after /g (RegExp global flag) 🤔
This one is actually intentional, though could be represented better. Everything after the /g is outside of the conditional match (i.e. the matching has ended and the rest is a mandatory suffix.
https://aws.permissions.cloud/api/s3-outposts#S3Control_CreateAccessPoint
I am not sure what is the expected rendering of ARN template, but it appears that
/accesspoint/Name
is unexpectedly added after/g
(RegExp global flag) 🤔The text was updated successfully, but these errors were encountered: