View source: R/ecrpublic_operations.R
ecrpublic_upload_layer_part | R Documentation |
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
)
registryId |
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. |
repositoryName |
[required] The name of the repository that you're uploading layer parts to. |
uploadId |
[required] The upload ID from a previous
|
partFirstByte |
[required] The position of the first byte of the layer part witin the overall image layer. |
partLastByte |
[required] The position of the last byte of the layer part within the overall image layer. |
layerPartBlob |
[required] The base64-encoded layer part payload. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.