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

Align local date in s3 stream signing key to UTC #1678

Merged
merged 1 commit into from
May 6, 2019
Merged

Conversation

zingkg
Copy link
Contributor

@zingkg zingkg commented May 4, 2019

Purpose

Align LocalDate.now() function in S3Stream.scala's signing key with UTC. This is because the credential scope in AWS should be in UTC.

References

Changes

  • Align LocalDate.now() to be LocalDate.now(UTC)

Background Context

AWS is expecting UTC time zone for credential scope.

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru ennru added the p:aws-s3 label May 6, 2019
@ennru ennru added this to the 1.0.1 milestone May 6, 2019
@ennru ennru merged commit 1aad033 into akka:master May 6, 2019
@ennru
Copy link
Member

ennru commented May 8, 2019

Thank you for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants