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

org.osgl.storage.impl.AzureObject 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;

class AzureObject extends StorageObject {
    AzureObject(String key, AzureService azureService) {
        super(key, azureService);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy