Skip to content

[TrueCloudLab#37] Limit number of objects to delete #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KirillovDenis
Copy link

@KirillovDenis KirillovDenis commented Feb 20, 2023

close #37

Use ErrMalformedXML as minio does.

alexvanin
alexvanin previously approved these changes Feb 20, 2023
@@ -17,6 +17,8 @@ import (
"go.uber.org/zap/zapcore"
)

const maxObjectToDelete = 1000

Choose a reason for hiding this comment

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

Issue number in the comment will be appreciated for the specification details.

Copy link
Author

@KirillovDenis KirillovDenis Feb 21, 2023

Choose a reason for hiding this comment

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

Maybe we should add comment with link to the aws doc instead?

Choose a reason for hiding this comment

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

Yes, but link can be unavailable one day, and PR will remain with the link anyway. I am good either way.

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit the number of object to delete at one time
2 participants