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

org.osgl.storage.impl.S3Obj 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 S3Obj extends StorageObject {
    S3Obj(String key, S3Service svc) {
        super(key, svc);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy