-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor S3 connection code SUMMARY Builds upon #1303 making the S3 code closer to the rest of our connection code. ISSUE TYPE Feature Pull Request COMPONENT NAME s3_object s3_object_info s3_bucket ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
8 changed files
with
329 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
minor_changes: | ||
- s3_bucket - refactor S3 connection code (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
- s3_bucket - add support for S3 dualstack endpoint (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
- s3_object - refactor S3 connection code (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
- s3_object_info - refactor S3 connection code (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
deprecated_features: | ||
- s3_object - Support for passing ``dualstack`` and ``endpoint_url`` at the same time has been deprecated, the ``dualstack`` | ||
parameter is ignored when ``endpoint_url`` is passed. | ||
Support will be removed in a release after 2024-12-01 (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
- s3_object_info - Support for passing ``dualstack`` and ``endpoint_url`` at the same time has been deprecated, the ``dualstack`` | ||
parameter is ignored when ``endpoint_url`` is passed. | ||
Support will be removed in a release after 2024-12-01 (https://github.com/ansible-collections/amazon.aws/pull/1305). | ||
- s3_object - Support for passing values of ``overwrite`` other than ``always``, ``never``, ``different`` or last ``last`` | ||
has been deprecated. Boolean values should be replaced by the strings ``always`` or ``never`` | ||
Support will be removed in a release after 2024-12-01 (https://github.com/ansible-collections/amazon.aws/pull/1305). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.