# NOT RUN {
# The following example completes a multipart upload.
# }
# NOT RUN {
svc$complete_multipart_upload(
Bucket = "examplebucket",
Key = "bigobject",
MultipartUpload = list(
Parts = list(
list(
ETag = "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
PartNumber = "1"
),
list(
ETag = "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
PartNumber = "2"
)
)
),
UploadId = "7YPBOJuoFiQ9cz4P3Pe6FIZwO4f7wN93uHsNBEw97pl5eNwzExg0LAT2dUN91cOmrEQHDsP3WA60CE..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab