Skip to content

Commit

Permalink
Merge pull request #10 from sowmya-dixit/master
Browse files Browse the repository at this point in the history
Upload directory return type
  • Loading branch information
sowmya-dixit authored Sep 27, 2019
2 parents 696d809 + d58923c commit 71ecd02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ trait BaseStorageService extends IStorageService {
val key = objectKey + f.getAbsolutePath.split(d.getAbsolutePath + File.separator).last
upload(container, f.getAbsolutePath, key, Option(false), attempt, retryCount, ttl)
}
list.toString()
list.mkString(",")
}
else {
if (attempt.getOrElse(1) >= retryCount.getOrElse(maxRetries)) {
Expand Down

0 comments on commit 71ecd02

Please sign in to comment.