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
The env tags in the S3Configuration struct won't work properly because there is no env tag specified on the S3 field in the Config struct. What you have to do instead is specify an env tag with an S3 namespace and then remove the S3_ prefix from the sub-struct, like so:
Suppose I have the following code:
The
env
tags in theS3Configuration
struct won't work properly because there is noenv
tag specified on theS3
field in theConfig
struct. What you have to do instead is specify anenv
tag with anS3
namespace and then remove theS3_
prefix from the sub-struct, like so:This was unintuitive to me and caused some headache, so I feel it would help if it was documented 😅
The text was updated successfully, but these errors were encountered: