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

storage: allow more time for signed urls to expire #839

Merged

Conversation

stephenplusplus
Copy link
Contributor

In #835, I only allowed 5 milliseconds for a signed link to expires. It used to be interpreted as seconds, so I glossed right over this while changing the code over. It passed locally of course, but since Travis takes his time with everything, he was not pleased.

I changed it back to 5 seconds (5000 ms) and added some more error handling that was previously overlooked.

@stephenplusplus stephenplusplus added api: storage Issues related to the Cloud Storage API. testing labels Aug 31, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 31, 2015
callmehiphop added a commit that referenced this pull request Aug 31, 2015
…-fixes

storage: allow more time for signed urls to expire
@callmehiphop callmehiphop merged commit c8ee597 into googleapis:master Aug 31, 2015
@callmehiphop
Copy link
Contributor

Thanks!

@stephenplusplus
Copy link
Contributor Author

crossing fingers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants