Uploads an image layer part to Amazon ECR.
See https://www.paws-r-sdk.com/docs/ecrpublic_upload_layer_part/ for full documentation.
ecrpublic_upload_layer_part(
registryId = NULL,
repositoryName,
uploadId,
partFirstByte,
partLastByte,
layerPartBlob
)
The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.
[required] The name of the repository that you're uploading layer parts to.
[required] The upload ID from a previous
initiate_layer_upload
operation to
associate with the layer part upload.
[required] The position of the first byte of the layer part witin the overall image layer.
[required] The position of the last byte of the layer part within the overall image layer.
[required] The base64-encoded layer part payload.