Harshavardhana
|
64083b9227
|
signature: Region changes should be handled just like AWS. (#2805)
- PutBucket happens with 'us-east-1'.
- ListBuckets happens with any region.
- GetBucketLocation happens with 'us-east-1' and location is returned.
|
2016-09-29 15:51:00 -07:00 |
Kevin Qiu
|
241c56e6d7
|
Use Set instead of Add in the event that the request already contains the content-length (#2683)
|
2016-09-13 10:59:40 -07:00 |
Anis Elleuch
|
11785529fc
|
Add Request Not Ready error when presigned date request is not valid (#2646)
|
2016-09-10 00:38:07 -07:00 |
Krishna Srinivas
|
400e9309f1
|
Signature-V4: Include content-length for signature calculation. (#2643)
This is to be compatible with clients which includes content-length for signature calculation
(and hence deviating from AWS Signature-v4 spec)
|
2016-09-09 09:38:07 -07:00 |
Harshavardhana
|
2da0cfc904
|
signature: Use the client sent region if region is properly validated. (#2534)
A properly validated region string from the client should be once
validated properly.
Fixes #2521
|
2016-08-22 19:43:36 -07:00 |
Harshavardhana
|
bccf549463
|
server: Move all the top level files into cmd folder. (#2490)
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
|
2016-08-18 16:23:42 -07:00 |