Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"serviceName": "S3",
"type": "patch",
"changeLogMessages": [
"Added MaxInMemoryParts property to TransferUtilityOpenStreamRequest for controlling memory usage during multipart downloads",
"Added PartSize property to BaseDownloadRequest for configuring multipart download part sizes",
"Added MultipartDownloadType enum and property to BaseDownloadRequest for selecting download strategy"
"Added MaxInMemoryParts property to the Amazon.S3.Transfer.TransferUtilityOpenStreamRequest class for controlling memory usage during multipart downloads",
"Added PartSize property to the Amazon.S3.Transfer.BaseDownloadRequest class for configuring multipart download part sizes",
"Added MultipartDownloadType enum and property to the Amazon.S3.Transfer.BaseDownloadRequest class for selecting download strategy"
]
}
]
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/252dad9f-d2a9-4d49-bff8-000924f0add4.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent for non multipart uploads."
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent events to the Amazon.S3.Transfer.TransferUtility.Upload operation for non-multipart uploads."
]
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent for multipart uploads."
"Added UploadInitiatedEvent, UploadCompletedEvent, and UploadFailedEvent events to the Amazon.S3.Transfer.TransferUtility.Upload operation for multipart uploads."
]
}
]
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e4.json

This file was deleted.

11 changes: 0 additions & 11 deletions generator/.DevConfigs/433a9a6d-b8ea-4676-b763-70711e8288e6.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"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."
"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."
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Create new UploadWithResponse API that returns response metadata information for transfer utility."
"Created new UploadWithResponse methods on the Amazon.S3.Transfer.TransferUtility class that return response metadata information."
]
}
]
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/7f23582e-3225-487b-83e7-167cf17cb231.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Added DownloadDirectoryInitiatedEvent, DownloadDirectoryCompletedEvent, and DownloadDirectoryFailedEvent for Amazon.S3.Transfer.TransferUtility.DownloadDirectory."
"Added DownloadDirectoryInitiatedEvent, DownloadDirectoryCompletedEvent, and DownloadDirectoryFailedEvent events to the Amazon.S3.Transfer.ITransferUtility.DownloadDirectory operation."
]
}
]
}
}
11 changes: 0 additions & 11 deletions generator/.DevConfigs/7f23582e-3225-487b-83e7-167cf17cb238.json

This file was deleted.

11 changes: 0 additions & 11 deletions generator/.DevConfigs/984a2bde-687f-4ed1-b6eb-03f15b257416.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Created new OpenStreamWithResponseAsync method on the Amazon.S3.Transfer.TransferUtility class. The new operation supports downloading in parallel parts of the S3 object in the background while reading from the stream for improved performance."
"Added OpenStreamWithResponse method to the Amazon.S3.Transfer.ITransferUtility interface. The new operation supports downloading in parallel parts of the S3 object in the background while reading from the stream for improved performance."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Created new DownloadWithResponseAsync method on the Amazon.S3.Transfer.TransferUtility class. The new operation supports downloading in parallel parts of the S3 object to a file for improved performance."
"Added DownloadWithResponse method to the Amazon.S3.Transfer.ITransferUtility interface. The new operation supports downloading in parallel parts of the S3 object to a file for improved performance."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Created new UploadDirectoryWithResponseAsync method on the Amazon.S3.Transfer.TransferUtility class."
"Added UploadDirectoryWithResponse method to the Amazon.S3.Transfer.ITransferUtility interface."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Added DownloadInitiatedEvent, DownloadCompletedEvent, and DownloadFailedEvent for TransferUtility Download."
"Added DownloadInitiatedEvent, DownloadCompletedEvent, and DownloadFailedEvent events to the Amazon.S3.Transfer.TransferUtility.Download operation."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Added UploadDirectoryInitiatedEvent, UploadDirectoryCompletedEvent, and UploadDirectoryFailedEvent for Amazon.S3.Transfer.TransferUtility.UploadDirectory."
"Added UploadDirectoryInitiatedEvent, UploadDirectoryCompletedEvent, and UploadDirectoryFailedEvent events to the Amazon.S3.Transfer.ITransferUtility.UploadDirectory operation."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "patch",
"changeLogMessages": [
"Fix Transfer Utility internal Logger recursive property definition"
"Fixed recursive property definition in the Amazon.S3.Transfer.TransferUtility internal Logger implementation"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "patch",
"changeLogMessages": [
"Add ContentLanguage to header collection of GetObjectResponse."
"Added ContentLanguage property to the header collection of the Amazon.S3.Model.GetObjectResponse class."
]
}
]
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/c49077d9-90b3-437f-b316-6d8d8833ae73.json

This file was deleted.

11 changes: 0 additions & 11 deletions generator/.DevConfigs/c49077d9-90b3-437f-b316-6d8d8833ae75.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Add FailurePolicy property to TransferUtilityDownloadDirectoryRequest to allow configuration of failure handling behavior during directory downloads. The default behavior is set to abort on failure. Users can now choose to either abort the entire operation or continue downloading remaining files when a failure occurs.",
"Add ObjectDownloadFailedEvent event to TransferUtilityDownloadDirectory to notify users when an individual file download fails during a directory download operation. This event provides details about the failed download, including the original request, the specific file request and the exception encountered."
"Added FailurePolicy property to the Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest class to allow configuration of failure handling behavior during directory downloads. The default behavior is set to abort on failure. Users can now choose to either abort the entire operation or continue downloading remaining files when a failure occurs.",
"Added ObjectDownloadFailedEvent event to the Amazon.S3.Transfer.TransferUtility.DownloadDirectory operation to notify users when an individual file download fails during a directory download operation. This event provides details about the failed download, including the original request, the specific file request and the exception encountered."
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"serviceName": "S3",
"type": "minor",
"changeLogMessages": [
"Add FailurePolicy property to TransferUtilityUploadDirectoryRequest to allow configuration of failure handling behavior during directory uploads. The default behavior is set to abort on failure. Users can now choose to either abort the entire operation or continue uploading remaining files when a failure occurs.",
"Add ObjectUploadFailedEvent event to TransferUtilityUploadDirectoryRequest to notify users when an individual file upload fails during a directory upload operation. This event provides details about the failed upload, including the original request, the specific file request and the exception encountered."
"Added FailurePolicy property to the Amazon.S3.Transfer.TransferUtilityUploadDirectoryRequest class to allow configuration of failure handling behavior during directory uploads. The default behavior is set to abort on failure. Users can now choose to either abort the entire operation or continue uploading remaining files when a failure occurs.",
"Added ObjectUploadFailedEvent event to the Amazon.S3.Transfer.TransferUtility.UploadDirectory operation to notify users when an individual file upload fails during a directory upload operation. This event provides details about the failed upload, including the original request, the specific file request and the exception encountered."
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "S3",
"type": "patch",
"changeLogMessages": [
"Added UploadWithResponse and UploadWithResponseAsync methods to ITransferUtility interface"
"Added UploadWithResponse and UploadWithResponseAsync methods to the Amazon.S3.Transfer.ITransferUtility interface"
]
}
]
Expand Down