You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an OVHcloud customer using Object Storage,
I want support for conditional writes (e.g., using the If-None-Match header) to prevent overwriting existing objects,
so that I can ensure data integrity and enforce immutability in workflows.
Use Case:
Attempting a conditional write currently results in the error: An error occurred (NotImplemented) when calling the PutObject operation: Conditional object PUTs are not supported.
This feature would simplify enforcing non-overwrite policies directly in OVHcloud Object Storage, without relying on external application checks.
Proposal:
Enable conditional writes via the If-None-Match header and allow enforcement through IAM policies.
Benefits:
Ensures data integrity by preventing accidental overwrites.
Reduces complexity by eliminating the need for application-layer checks.
Aligns with industry standards and S3-compatible workflows.
This issue aligns with common data governance and compliance needs.
The text was updated successfully, but these errors were encountered:
Description:
As an OVHcloud customer using Object Storage,
I want support for conditional writes (e.g., using the
If-None-Match
header) to prevent overwriting existing objects,so that I can ensure data integrity and enforce immutability in workflows.
Use Case:
Attempting a conditional write currently results in the error:
An error occurred (NotImplemented) when calling the PutObject operation: Conditional object PUTs are not supported.
This feature would simplify enforcing non-overwrite policies directly in OVHcloud Object Storage, without relying on external application checks.
Proposal:
Enable conditional writes via the
If-None-Match
header and allow enforcement through IAM policies.Benefits:
This issue aligns with common data governance and compliance needs.
The text was updated successfully, but these errors were encountered: