moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

upload: option to ensuring directories exist, request less permissions #86

Closed adamdecaf closed 2 years ago

adamdecaf commented 2 years ago

BREAKING CHANGE

This config will allow to disable directory creation on SFTP file uploads. Some servers have strict permissions which do not allow this.

codecov-commenter commented 2 years ago

Codecov Report

Merging #86 (600546e) into master (c40a17f) will increase coverage by 0.12%. The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   41.31%   41.44%   +0.12%     
==========================================
  Files          87       87              
  Lines        3565     3569       +4     
==========================================
+ Hits         1473     1479       +6     
+ Misses       1805     1804       -1     
+ Partials      287      286       -1     
Impacted Files Coverage Δ
internal/upload/sftp.go 66.03% <87.50%> (+1.27%) :arrow_up:
internal/service/model_upload.go 44.32% <100.00%> (+1.17%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c40a17f...600546e. Read the comment docs.