-
Notifications
You must be signed in to change notification settings - Fork 155
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
Delete Multiple Objects method of S3 API support #347
Comments
Thank you for your request. Actually, we does not support that, yet. |
@mocchira There are two references on AWS's website. |
@yosukehara got it. |
|
@assam212 We've decided we support the delete Multiple Objects method with LeoFS v1.2.8. |
@yosukehara |
@mocchira I've checked your implementation and test code. it's LGTM. |
@assam212 We've implemented test cases for checking this API with Java, Ruby and PHP as below.
|
Does Leofs support delete multiple objects method of S3 API ?
If we want to delete a lot of objects, this method is useful and will be able to avoid high load.
We want to upgrade OwnCloud V8, it uses this method.
https://github.com/owncloud/core/blob/master/apps/files_external/lib/amazons3.php#L235
Please consider it.
The text was updated successfully, but these errors were encountered: