Skip to content

Conversation

harshavardhana
Copy link
Member

@harshavardhana harshavardhana commented Nov 29, 2016

This is needed in cases when certain types of responses are
expected for a GET on presigned requests.

Supports response header overrides for

 [ response-expires,
   response-content-type,
   response-cache-control,
   response-content-disposition ]

@harshavardhana harshavardhana force-pushed the support-req-params branch 3 times, most recently from 2e42226 to 48a0851 Compare November 29, 2016 08:34
Copy link
Member

@balamurugana balamurugana left a comment

Choose a reason for hiding this comment

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

Minor comment.

Please run `./gradlew runFunctionalTest'

LGTM

HttpUrl url = Signer.presignV4(request, region, accessKey, secretKey, expires);
null, reqParams, null, null, 0);
HttpUrl url = Signer.presignV4(request, region, accessKey, secretKey,
expires);
Copy link
Member

Choose a reason for hiding this comment

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

You could avoid indentation here as 150 chars long line is allowed in checkstyle.

Copy link
Member Author

Choose a reason for hiding this comment

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

i saw it is 120.

@harshavardhana
Copy link
Member Author

Please run `./gradlew runFunctionalTest'

I already ran @balamurugana a new test is added as well. are you seeing any issue?

This is needed in cases when certain types of responses are
expected for a GET on presigned requests.

Supports response header overrides for

 [ response-expires,
   response-content-type,
   response-cache-control,
   response-content-disposition ]
@balamurugana
Copy link
Member

LGTM 👍

@balamurugana balamurugana merged commit 4bcc9b0 into minio:master Nov 29, 2016
@harshavardhana harshavardhana deleted the support-req-params branch November 29, 2016 18:55
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.

2 participants