Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: handle errors in batch objects delete action #627

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kobajagi
Copy link
Contributor

@kobajagi kobajagi commented Aug 5, 2024

Description

Batch objects delete API method from aws-sdk-go-v2 will not return error as second argument if individual objects failed to be deleted. Instead it will return both list of deleted objects and list of errors in result structure.

This prints errors (if any) after the list of successfully deleted files.

Checklist

(For exoscale contributors)

  • Changelog updated (under Unreleased block)
  • Testing

Testing

List []error
}

func NewBatchErrorList() *BatchErrorList {
Copy link
Member

@pierre-emmanuelJ pierre-emmanuelJ Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants