Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( S3OperationRM = S3Operation("rm") S3OperationMV = S3Operation("mv") )
Functions ¶
This section is empty.
Types ¶
type Dynamo ¶
type Dynamo struct {
Client *dynamodb.DynamoDB
Table string
Region string
RoleARN string
QueryKeyJSONPath *string
DataJSONPath *string
RetrieveQuery *string
ClearQuery *string
FailQuery *string
Key *string
}
func (*Dynamo) HandleFailure ¶
type S3 ¶ added in v0.0.22
type S3 struct {
Client *s3.S3
Bucket string
Key string
KeyRegex string
KeyPrefix string
Region string
RoleARN string
ClearOp *S3Op
FailOp *S3Op
}
func (*S3) HandleFailure ¶ added in v0.0.22
type S3Op ¶ added in v0.0.22
type S3Op struct {
Operation S3Operation
Bucket string
Key string
KeyTemplate string
}
type S3Operation ¶ added in v0.0.22
type S3Operation string
Click to show internal directories.
Click to hide internal directories.