Skip to content

Commit 2c4f2ac

Browse files
update dev configs (#4201)
1 parent 821729c commit 2c4f2ac

24 files changed

+28
-116
lines changed

generator/.DevConfigs/19ed68ce-9f46-4e1e-a0ff-45a2b3641946.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"serviceName": "S3",
55
"type": "patch",
66
"changeLogMessages": [
7-
"Added MaxInMemoryParts property to TransferUtilityOpenStreamRequest for controlling memory usage during multipart downloads",
8-
"Added PartSize property to BaseDownloadRequest for configuring multipart download part sizes",
9-
"Added MultipartDownloadType enum and property to BaseDownloadRequest for selecting download strategy"
7+
"Added MaxInMemoryParts property to the Amazon.S3.Transfer.TransferUtilityOpenStreamRequest class for controlling memory usage during multipart downloads",
8+
"Added PartSize property to the Amazon.S3.Transfer.BaseDownloadRequest class for configuring multipart download part sizes",
9+
"Added MultipartDownloadType enum and property to the Amazon.S3.Transfer.BaseDownloadRequest class for selecting download strategy"
1010
]
1111
}
1212
]

generator/.DevConfigs/252dad9f-d2a9-4d49-bff8-000924f0add4.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"serviceName": "S3",
55
"type": "minor",
66
"changeLogMessages": [
7-
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent for non multipart uploads."
7+
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent events to the Amazon.S3.Transfer.TransferUtility.Upload operation for non-multipart uploads."
88
]
9-
}
9+
}
1010
]
1111
}

generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"serviceName": "S3",
55
"type": "minor",
66
"changeLogMessages": [
7-
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent for multipart uploads."
7+
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent events to the Amazon.S3.Transfer.TransferUtility.Upload operation for multipart uploads."
88
]
99
}
1010
]

generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e4.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e6.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/55fe9e14-c79e-4426-9828-deae0451d4f6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"serviceName": "S3",
55
"type": "minor",
66
"changeLogMessages": [
7-
"Created new DownloadDirectoryWithResponseAsync methods on the Amazon.S3.Transfer.TransferUtility class. The new operations support downloading directories using multipart download for files and return response metadata."
7+
"Added DownloadDirectoryWithResponse methods to the Amazon.S3.Transfer.ITransferUtility interface. The new operations support downloading directories using multipart download for files and return response metadata."
88
]
99
}
1010
]

generator/.DevConfigs/77d980ad-8f58-4f2e-97f8-d2c8c5ba3732.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"serviceName": "S3",
55
"type": "minor",
66
"changeLogMessages": [
7-
"Create new UploadWithResponse API that returns response metadata information for transfer utility."
7+
"Created new UploadWithResponse methods on the Amazon.S3.Transfer.TransferUtility class that return response metadata information."
88
]
99
}
1010
]

generator/.DevConfigs/7f23582e-3225-487b-83e7-167cf17cb231.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/7f23582e-3225-487b-83e7-167cf17cb234.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"serviceName": "S3",
55
"type": "minor",
66
"changeLogMessages": [
7-
"Added DownloadDirectoryInitiatedEvent, DownloadDirectoryCompletedEvent, and DownloadDirectoryFailedEvent for Amazon.S3.Transfer.TransferUtility.DownloadDirectory."
7+
"Added DownloadDirectoryInitiatedEvent, DownloadDirectoryCompletedEvent, and DownloadDirectoryFailedEvent events to the Amazon.S3.Transfer.ITransferUtility.DownloadDirectory operation."
88
]
99
}
1010
]
11-
}
11+
}

0 commit comments

Comments
 (0)