Skip to content

Commit 081b803

Browse files
committed
v0.2.0 — Ignoring more errors
- `--ok-errors` renamed to `--ignore-errors`; the old name remains usable but is deprecated. - Add `access-denied` and `invalid-object-state` items to `--ignore-errors`
1 parent 09be255 commit 081b803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
In Development
2-
--------------
1+
v0.2.0 (2025-02-26)
2+
-------------------
33
- `--ok-errors` renamed to `--ignore-errors`; the old name remains usable but
44
is deprecated.
55
- Add `access-denied` and `invalid-object-state` items to `--ignore-errors`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3invsync"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "AWS S3 Inventory-based backup tool with efficient incremental & versionId support"

0 commit comments

Comments
 (0)