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 think both variables should be parametrized, otherwise we may obtain an invalid bucket name if not specifying an organization (i.e. -<env>-<bucketname>)
The text was updated successfully, but these errors were encountered:
You're right the S3 log bucket section needs some work.
Unlike most things in AWS, S3 is a global namespace. That is why I required the namespaces for it. Otherwise you're likely to run into conflicts with yourself or another AWS customer.
The logging part was never finished. You'll see it doesn't get added to the LB.
Yes. bucket name and tag should be the same.
Haven't been using logging where I am. So not sure when I can work on this. Would happily accept a PR though
I think both variables should be parametrized, otherwise we may obtain an invalid bucket name if not specifying an organization (i.e.
-<env>-<bucketname>
)The text was updated successfully, but these errors were encountered: