Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 23, 2024
1 parent 3709efa commit e9bbca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dynamo/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func GetTableArnFromStreamArn(streamArn string) (string, error) {
}

func ParseManifestFile(bucket string, manifestFilePath string) (string, error) {
// artie-ddb-export/AWSDynamoDB/01722458674792-8831c8f6/manifest-summary.json
if !strings.HasSuffix(manifestFilePath, "manifest-summary.json") {
return "", fmt.Errorf("invalid manifest filepath: %s", manifestFilePath)
}
Expand Down

0 comments on commit e9bbca4

Please sign in to comment.