Robert Banick
04/18/2024, 7:38 PMprefect_aws
I see that the profile_name
property is marked as optional, as so
profile_name: Optional[str] = Field(
default=None, description="The profile to use when creating your session."
)
Is this intended behavior?Harrison Kim
04/18/2024, 7:39 PMRobert Banick
04/18/2024, 7:40 PMRobert Banick
04/18/2024, 7:41 PMaws_credentials
objects by specifying a profile name. This worked but triggered a further and not-so-easily resolved issue.
Since I don’t use session tokens this is a non starter.Harrison Kim
04/18/2024, 8:03 PMRobert Banick
04/18/2024, 8:25 PMJenny
04/18/2024, 9:33 PMRobert Banick
04/18/2024, 9:34 PM