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

Remove S3 & Glacier Service Name Dependencies #8

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

Remove S3 & Glacier Service Name Dependencies #8

wants to merge 2 commits into from

Conversation

beizix
Copy link

@beizix beizix commented Mar 2, 2018

aws-v4-signer can be used for not only S3, Glacier but also other AWS services. So I removed some logics which are too dependent on S3 & Glacier service names and updated some examples & test cases.

@bfkelsey
Copy link

bfkelsey commented Mar 3, 2018

You might be better off deprecating the S3 and glacier calls. Then just adding your new build method so it isn't a breaking change.

@beizix
Copy link
Author

beizix commented Mar 3, 2018

@bfkelsey oh you're right. I forgot compatibility you mentioned. I'll make new commit for this. thanks. anyway really thanks you guy to make v4 signer. I was able to connect to API by using your library.

@lucasweb78
Copy link
Owner

I'm OK with deprecating the s3 and glacier methods and moving to a generic builder method that allows you to pass in a service name.

@beizix
Copy link
Author

beizix commented Mar 4, 2018

@lucasweb78 @bfkelsey I made a new commit. please check my submit. thanks.

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.

3 participants