Constructor and Description |
---|
S3CmdRelics(Coordinates wrk,
Map<String,String> map,
String bkt,
String pfx,
String akey,
String scrt)
Public ctor.
|
public S3CmdRelics(@NotNull(message="map can\'t be NULL") Coordinates wrk, @NotNull(message="map can\'t be NULL") Map<String,String> map, @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)
wrk
- Coordinates we're inmap
- Map of names/pathsbkt
- Bucket namepfx
- Prefix in S3 bucketakey
- S3 authorization keyscrt
- S3 authorization secretpublic void exec(Shell shell) throws IOException
Sequel
exec
in interface Sequel
shell
- The shell to work withIOException
- If failsCopyright © 2009–2014 Rultor Inc.. All rights reserved.