Package cronapp.s3
Class CronappS3
- java.lang.Object
-
- cronapp.s3.CronappS3
-
public class CronappS3 extends Object
-
-
Constructor Summary
Constructors Constructor Description CronappS3()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static S3Contextconfigure(String bucket, String key, String secret, String region)static voidget(S3Context context, String path, Var file)static VargetBytes(S3Context context, String path)static Varlist(S3Context context, String path)static voidput(S3Context context, String path, Var file)static voidremove(S3Context context, String path)
-
-
-
Method Detail
-
configure
public static S3Context configure(String bucket, String key, String secret, String region)
-
get
public static void get(S3Context context, String path, Var file) throws Exception
- Throws:
Exception
-
getBytes
public static Var getBytes(S3Context context, String path) throws Exception
- Throws:
Exception
-
put
public static void put(S3Context context, String path, Var file) throws Exception
- Throws:
Exception
-
remove
public static void remove(S3Context context, String path) throws Exception
- Throws:
Exception
-
-