Skip to content

Commit d9ade23

Browse files
author
Mykola Muntianov
authored
s3Client::uploadPartCopy method added (#1591)
1 parent 21806bb commit d9ade23

File tree

10 files changed

+1122
-1
lines changed

10 files changed

+1122
-1
lines changed

manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@
577577
"PutObject",
578578
"PutObjectAcl",
579579
"PutObjectTagging",
580-
"UploadPart"
580+
"UploadPart",
581+
"UploadPartCopy"
581582
]
582583
},
583584
"Scheduler": {

src/Service/S3/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
8+
- Added `S3Client::uploadPartCopy()` method
89

910
### Changed
1011

0 commit comments

Comments
 (0)