File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1846,12 +1846,13 @@ def _pack_and_upload_code(
1846
1846
return s3_runproc_sh , inputs , job_name
1847
1847
1848
1848
def _get_codeartifact_index (self , codeartifact_repo_arn : str , codeartifact_client : Any = None ):
1849
- """
1850
- Build the authenticated codeartifact index url based on the arn provided
1851
- via codeartifact_repo_arn property following the form
1849
+ """Build an authenticated codeartifact index url based on the arn provided.
1850
+
1851
+ The codeartifact_repo_arn property must follow the form
1852
1852
# `arn:${Partition}:codeartifact:${Region}:${Account}:repository/${Domain}/${Repository}`
1853
1853
https://docs.aws.amazon.com/codeartifact/latest/ug/python-configure-pip.html
1854
1854
https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodeartifact.html#awscodeartifact-resources-for-iam-policies
1855
+
1855
1856
Args:
1856
1857
codeartifact_repo_arn: arn of the codeartifact repository
1857
1858
codeartifact_client: boto3 client for codeartifact (used for testing)
You can’t perform that action at this time.
0 commit comments