public S3CmdPut(String label, String pth, String bkt, String pfx, String akey, String scrt)
label - Name of the product to discoverpth - Path to usebkt - Bucket namepfx - Prefix in S3 bucketakey - S3 authorization keyscrt - S3 authorization secretpublic S3CmdPut(@NotNull(message="name can\'t be NULL") String label, @NotNull(message="path can\'t be NULL") String pth, @NotNull(message="bucket can\'t be NULL") String bkt, @NotNull(message="prefix can\'t be NULL") String pfx, @NotNull(message="key can\'t be NULL") String akey, @NotNull(message="secret can\'t be NULL") String scrt, @NotNull(message="content type can\'t be NULL") String type, @NotNull(message="encoding can\'t be NULL") String enc)
label - Name of the product to discoverpth - Path to usebkt - Bucket namepfx - Prefix in S3 bucketakey - S3 authorization keyscrt - S3 authorization secrettype - Content ctypeenc - Encodingpublic void exec(Shell shell) throws IOException
Sequelexec in interface Sequelshell - The shell to work withIOException - If failsCopyright © 2009–2014 Rultor Inc.. All rights reserved.