multi_delete: limit the maximum number of objects
This introduces a config value to limit the maximum number of objects we can delete with a multi delete request. The default value is same as S3's one. Change-Id: I77d404e43ba8532cbf81c680dcb82ec69b8f31cc
This commit is contained in:
		| @@ -53,5 +53,6 @@ class Config(dict): | ||||
| CONF = Config({ | ||||
|     'location': 'US', | ||||
|     'max_bucket_listing': 1000, | ||||
|     'max_multi_delete_objects': 1000, | ||||
|     'storage_domain': '', | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MORITA Kazutaka
					MORITA Kazutaka