Does anyone know if CodeCommit Storage has to pass...
# ask-community
c
Does anyone know if CodeCommit Storage has to pass credentials like S3 Storage? My flow is having trouble seeing the file.
n
c
Alright so, CodeCommit uses its own set of credentials and I'd like to pass those. How would I go about doing that?
It is unrelated to aws_access_key/secret/token; it is its own set of creds.
n
I believe you can pass them as kwargs:
aws_access_key_id
,
aws_secret_access_key
, and `aws_session_token`: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/utilities/aws.py#L69-L71