We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b747c commit f918cc3Copy full SHA for f918cc3
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [v3.22.0](https://github.com/fog/fog-aws/tree/v3.22.0) (2024-03-18)
4
+
5
+[Full Changelog](https://github.com/fog/fog-aws/compare/v3.21.1...HEAD)
6
7
+**Closed issues:**
8
9
+- S3 copy\_object won't be retried. [\#704](https://github.com/fog/fog-aws/issues/704)
10
11
+**Merged pull requests:**
12
13
+- mark copy\_object as idempotent [\#706](https://github.com/fog/fog-aws/pull/706) ([geemus](https://github.com/geemus))
14
15
## [v3.21.1](https://github.com/fog/fog-aws/tree/v3.21.1) (2024-03-12)
16
17
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.21.0...HEAD)
lib/fog/aws/version.rb
@@ -1,5 +1,5 @@
module Fog
module AWS
- VERSION = "3.21.1"
+ VERSION = "3.22.0"
end
0 commit comments