Skip to content

StatObjectResponse contains delete_marker for existing object #195

@blackyblack

Description

@blackyblack

StatObjectResponse is initialized with delete_marker true as default value. See this line of code:

StatObjectResponse resp(response);

Since headers do not contain x-amz-delete-marker it still is returned as true.

Solution is to initialize delete_marker field with false.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions