diff --git a/CHANGELOG.md b/CHANGELOG.md index dde8c57..57c0be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.4.1 + +There is the new `copy_internal_from()` for a `Bucket`, which allows you to do an internal copy on the S3 storage from +a different bucket (your key has access to) into the configured one. The already existing `copy_internal()` only allowed +copies inside the same bucket. + ## v0.4.0 - make internal values for `AccessKeyId`, `AccessKeySecret` and `Region` `pub` for a better DX diff --git a/Cargo.toml b/Cargo.toml index e819a63..0621c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3-simple" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.70.0" authors = ["Sebastian Dobe "]