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