Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer
Source:R/ecr_operations.R
ecr_get_download_url_for_layer.RdRetrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.
See https://www.paws-r-sdk.com/docs/ecr_get_download_url_for_layer/ for full documentation.
Arguments
- registryId
The Amazon Web Services account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
- repositoryName
[required] The name of the repository that is associated with the image layer to download.
- layerDigest
[required] The digest of the image layer to download.