License |
License |
---|---|
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdbucket-wipe |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionbucket-wipe
The purpose of the bucket-wipe tool is to enumerate a bucket and delete its contents in parallel threads. At the end the bucket is optionally deleted.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bucket-wipe-2.0.1.pom | |
bucket-wipe-2.0.1.jar | 15 KB |
bucket-wipe-2.0.1-sources.jar | 7 KB |
bucket-wipe-2.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emc.ecs/bucket-wipe/ -->
<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>bucket-wipe</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/bucket-wipe/
implementation 'com.emc.ecs:bucket-wipe:2.0.1'
// https://jarcasting.com/artifacts/com.emc.ecs/bucket-wipe/
implementation ("com.emc.ecs:bucket-wipe:2.0.1")
'com.emc.ecs:bucket-wipe:jar:2.0.1'
<dependency org="com.emc.ecs" name="bucket-wipe" rev="2.0.1">
<artifact name="bucket-wipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='bucket-wipe', version='2.0.1')
)
libraryDependencies += "com.emc.ecs" % "bucket-wipe" % "2.0.1"
[com.emc.ecs/bucket-wipe "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.emc.ecs : object-client | jar | 3.1.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |