add more info
This commit is contained in:
parent
08ca383fd5
commit
7d29896190
|
@ -83,6 +83,10 @@ public class CloudBlobStore extends AbstractComponent implements BlobStore {
|
||||||
sync().createContainerInLocation(this.location, container);
|
sync().createContainerInLocation(this.location, container);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override public String toString() {
|
||||||
|
return container;
|
||||||
|
}
|
||||||
|
|
||||||
public int bufferSizeInBytes() {
|
public int bufferSizeInBytes() {
|
||||||
return this.bufferSizeInBytes;
|
return this.bufferSizeInBytes;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue