fix(fs): handle object storage server not implementing Object lock (#7157)

This commit is contained in:
Florent BEAUCHAMP
2023-11-06 17:18:00 +01:00
committed by GitHub
parent cabd04470d
commit 2bfdb60dda
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -15,6 +15,7 @@
- [Netbox] Fix "400 Bad Request" error (PR [#7153](https://github.com/vatesfr/xen-orchestra/pull/7153))
- [Backup/Restore] Fix timeout after 5 minutes [#7052](https://github.com/vatesfr/xen-orchestra/issues/7052)
- [Dashboard/Health] Empty VDIs are no longer considered orphans (PR [#7102](https://github.com/vatesfr/xen-orchestra/pull/7102))
- [S3] Handle S3 without *Object Lock* implementation (PR [#7157](https://github.com/vatesfr/xen-orchestra/pull/7157))
### Packages to release
@@ -32,7 +33,9 @@
<!--packages-start-->
- @xen-orchestra/fs patch
- @xen-orchestra/proxy patch
- xo-server-netbox patch
- xo-web patch
<!--packages-end-->