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

com.effectiveosgi.rt.aws.impl.S3ClientConfig Maven / Gradle / Ivy

The newest version!
package com.effectiveosgi.rt.aws.impl;

import org.osgi.service.metatype.annotations.ObjectClassDefinition;

import com.amazonaws.regions.Regions;

@ObjectClassDefinition(description = "S3 Client Configuration")
public @interface S3ClientConfig {

	String access_key();

	String _secret_key();
	
	Regions region();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy