Skip to content

Commit

Permalink
#461: make sure prefixes is included when we cast the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte committed Jul 13, 2018
1 parent d29db1a commit 772c076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dotmesh-server/transfers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func s3TransferRequestify(in interface{}) (S3TransferRequest, error) {
KeyID: typed["KeyID"].(string),
SecretKey: typed["SecretKey"].(string),
Endpoint: typed["Endpoint"].(string),
Prefixes: typed["Prefixes"].([]string),
Direction: typed["Direction"].(string),
LocalNamespace: typed["LocalNamespace"].(string),
LocalName: typed["LocalName"].(string),
Expand Down

0 comments on commit 772c076

Please sign in to comment.