All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.osgl.storage.impl.BlobService Maven / Gradle / Ivy

Go to download

A simple storage service supports plugin varieties of implementations including Amazon S3

There is a newer version: 1.11.1
Show newest version
package org.osgl.storage.impl;

import java.util.Map;

/**
 * This class is obsolete. Use {@link AzureService} instead
 */
@Deprecated
public class BlobService extends AzureService {
    @Deprecated
    public BlobService(Map conf) {
        super(conf);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy