File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
src/main/java/com/example/s3/scenario Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,19 @@ s3_CreateBucket:
213213 - aws-cli.bash-linux.s3.CreateBucket
214214 services :
215215 s3 : {CreateBucket}
216+ s3_UploadPartCopy :
217+ languages :
218+ Java :
219+ versions :
220+ - sdk_version : 2
221+ github : javav2/example_code/s3
222+ sdkguide :
223+ excerpts :
224+ - description :
225+ snippet_tags :
226+ - s3.java2.multi_copy.main
227+ services :
228+ s3 : {UploadPartCopy}
216229s3_CopyObject :
217230 languages :
218231 .NET :
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Code excerpts that show you how to call individual service functions.
7474- [ PutObjectRetention] ( src/main/java/com/example/s3/lockscenario/S3LockActions.java#L61 )
7575- [ RestoreObject] ( src/main/java/com/example/s3/RestoreObject.java#L6 )
7676- [ SelectObjectContent] ( src/main/java/com/example/s3/async/SelectObjectContentExample.java#L5 )
77+ - [ UploadPartCopy] ( src/main/java/com/example/s3/scenario/S3Actions.java#L379 )
7778
7879### Scenarios
7980
Original file line number Diff line number Diff line change 3131 * 4. Uploads an object using multipart upload.
3232 * 5. List all objects located in the Amazon S3 bucket.
3333 * 6. Copies the object to another Amazon S3 bucket.
34- * 7. Deletes the object from the Amazon S3 bucket.
35- * 8. Deletes the Amazon S3 bucket.
34+ * 7. Copy the object to another Amazon S3 bucket using multi copy.
35+ * 8. Deletes the object from the Amazon S3 bucket.
36+ * 9. Deletes the Amazon S3 bucket.
3637 */
3738
3839public class S3Scenario {
You can’t perform that action at this time.
0 commit comments