ecr_upload_layer_part: Uploads an image layer part to Amazon ECR

View source: R/ecr_operations.R

ecr_upload_layer_partR Documentation

Uploads an image layer part to Amazon ECR

Description

Uploads an image layer part to Amazon ECR.

See https://www.paws-r-sdk.com/docs/ecr_upload_layer_part/ for full documentation.

Usage

ecr_upload_layer_part(
  registryId = NULL,
  repositoryName,
  uploadId,
  partFirstByte,
  partLastByte,
  layerPartBlob
)

Arguments

registryId

The Amazon Web Services account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository to which you are uploading layer parts.

uploadId

[required] The upload ID from a previous initiate_layer_upload operation to associate with the layer part upload.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.