* @return {@link Bucket} that is "fake-remote". It's not really archived some
* where, but the object represents a bucket that is remote.
*/
public static RemoteBucket createRemoteBucket() {
try {
return new RemoteBucket("/path", "itHasAnIndex",
getNameWithEarliestAndLatestTime(new Date(), new Date()),
BucketFormat.SPLUNK_BUCKET);
} catch (Exception e) {
TUtilsTestNG.failForException("Could not create remote bucket", e);
return null;