File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1191,6 +1191,15 @@ s3_DeleteBucketLifecycle:
11911191 s3 : {DeleteBucketLifecycle}
11921192s3_AbortMultipartUpload :
11931193 languages :
1194+ Java :
1195+ versions :
1196+ - sdk_version : 2
1197+ github : javav2/example_code/s3
1198+ sdkguide :
1199+ excerpts :
1200+ - description :
1201+ snippet_tags :
1202+ - s3.java2.abort_multipart_uploads.main
11941203 C++ :
11951204 versions :
11961205 - sdk_version : 1
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Code examples that show you how to perform the essential operations within a ser
4545
4646Code excerpts that show you how to call individual service functions.
4747
48+ - [ AbortMultipartUpload] ( src/main/java/com/example/s3/AbortMultipartUploadExamples.java#L6 )
4849- [ CopyObject] ( src/main/java/com/example/s3/scenario/S3Actions.java#L212 )
4950- [ CreateBucket] ( src/main/java/com/example/s3/scenario/S3Actions.java#L90 )
5051- [ DeleteBucket] ( src/main/java/com/example/s3/scenario/S3Actions.java#L353 )
You can’t perform that action at this time.
0 commit comments