Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom random path function #41

Merged
merged 2 commits into from
Oct 13, 2015

Conversation

Starefossen
Copy link
Contributor

This PR implements support for #20 Custom random path generator function.

Usage:

var upload = new Upload(process.env.AWS_BUCKET_NAME, {
  randomPath: require('uuid').v1
});

@Starefossen Starefossen added this to the v1.1.0 milestone Sep 5, 2015
@Starefossen Starefossen self-assigned this Sep 5, 2015
Hans Kristian Flaatten added 2 commits October 13, 2015 20:18
Add support for selecting a custom random path generator function such as
`broofa/node-uuid`.

PR-URL: #41
Implements: #20

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
@Starefossen Starefossen merged commit 850cc20 into master Oct 13, 2015
@Starefossen Starefossen deleted the custom-random-function branch October 13, 2015 18:57
Starefossen pushed a commit that referenced this pull request Oct 28, 2015
Add support for selecting a custom random path generator function such as
`broofa/node-uuid`.

PR-URL: #41
Implements: #20

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant