Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate S3 CopySource parameter for CopyObject & UploadPartCopy (#2623
) ## Motivation and Context In #2612 we recently introduced replacement parameters for the S3 CopySource parameter. However, we did not officially deprecate it since our codegen tooling lacked support for deprecated members at the time. With #2622 we have since added support for deprecated members to both models and model modifications via customization.config files. Now that this feature is fully supported, we should deprecate the CopySource parameter to increase visibility and improve discoverability of the new parameters that are offered. This will make users more likely to discover the new parameters, allowing them to simplify their application code accordingly. ## Description * Annotate the CopySource parameter as deprecated for both CopySource and UploadPartCopy Co-authored-by: Bennett Lynch <[email protected]>
- Loading branch information