Skip to content

Comments

Prepare release 0.3#1

Merged
rborer merged 2 commits intomasterfrom
use-date-of-request
Jan 23, 2018
Merged

Prepare release 0.3#1
rborer merged 2 commits intomasterfrom
use-date-of-request

Conversation

@rborer
Copy link

@rborer rborer commented Jan 23, 2018

Change the implementation so the client needs to be initialized only once and can be reused to make requests concurrently.

For that purpose, the V4 signature logic (ahem blindly copy/pasted from AWS code) don’t use instance variables to store the date when the client was initialized. Instead, the date is taken when a request is issued.

Also slightly refactored the code to follow some Java best practices. Most of them were suggested by an IDE though.

Reynald Borer added 2 commits January 23, 2018 14:18
Change the implementation so the client needs to be initialized only once and can be reused to make requests concurrently.

For that purpose, the V4 signature logic (ahem blindly copy/pasted from AWS code) don’t use instance variables to store the date when the client was initialized. Instead, the date is taken when a request is issued.

Also slightly refactored the code to follow some Java best practices. Most of them were suggested by an IDE though.
@rborer rborer force-pushed the use-date-of-request branch from fd66473 to 23b8781 Compare January 23, 2018 13:18
@rborer rborer merged commit 13bd9f6 into master Jan 23, 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.

1 participant