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

type: feat #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

type: feat #22

wants to merge 5 commits into from

Conversation

lipeRomani
Copy link

Added new parameter "useCredentials" on constructor to choce if want use key/secret or credentials file on loca folder. Issue #21

Added new parameter "folderPath" on zipToS3File to choce if want bucket folder structure inside zip file or only files. Issue #20

Resolves: #21, #20

Added new parameter "useCredentials" on constructor to choce if want use key/secret or credentials file on loca folder. Issue DanielHindi#21

Added new parameter "folderPath" on zipToS3File to choce if want bucket folder structure inside zip file or only files. Issue DanielHindi#20

Resolves: DanielHindi#21, DanielHindi#20
@DanielHindi
Copy link
Owner

Thanks for helping fix these issues. Should probably bump up the package version, right? If you're interested I'm looking for someone to help manage this module. Let me know

@lipeRomani
Copy link
Author

Hi @DanielHindi, thanks for the invite, but i don't have much time to invest in that now. Can I help with some pull requests sometimes, but I will not assume this compromise like a collaborator.

And yes, this code will need a version to release, but will not lose the compatibility of the older version, because the two added parameter is optional.

@DanielHindi
Copy link
Owner

Hey lipeRomani,
I've been going through older pull requests and there was one that added the following for credentials https://github.com/DanielHindi/aws-s3-zipper/blob/master/index.js#L10 this I believe deels with #21 Thoughts?

@jmcollin78
Copy link

Hi there, is there any update on this feature ? I'm interested in both update: useCredentials and folderPath

Copy link
Contributor

@bradleyfowler123 bradleyfowler123 left a comment

Choose a reason for hiding this comment

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

@lipeRomani please see my review comment before this can be merged.

@@ -10,12 +10,6 @@
"s3": "latest"
},
"repository": "https://github.com/DanielHindi/aws-s3-zipper.git",
"keywords": [
Copy link
Contributor

Choose a reason for hiding this comment

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

Please undo the deletion of the keywords parameter and its values.

@mubarakbello
Copy link

This hasn't been merged since 2018???

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.

Use file ~/.aws/credentials to authenticate on S3 service
5 participants