Skip to content

Fix recursive S3 upload support#2

Merged
chrisgoffinet merged 5 commits intomasterfrom
chrisg/fix-recursive-s3
Aug 8, 2018
Merged

Fix recursive S3 upload support#2
chrisgoffinet merged 5 commits intomasterfrom
chrisg/fix-recursive-s3

Conversation

@chrisgoffinet
Copy link
Copy Markdown
Member

We were not handling recursive directories correctly. Dont use filepath.Glob(), instead use filepath.Walk() and compute the relative paths on S3.

…th.Glob(), instead use filepath.Walk() and compute the relative paths on S3.
Copy link
Copy Markdown
Contributor

@johnsampson johnsampson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@chrisgoffinet chrisgoffinet merged commit ff0c8ab into master Aug 8, 2018
@chrisgoffinet chrisgoffinet deleted the chrisg/fix-recursive-s3 branch August 8, 2018 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants