Harshavardhana
8a7bf0dde0
Merge pull request #1036 from harshavardhana/docker
...
build: Do not hardcode docker binary path
9 years ago
Harshavardhana
023f799820
build: Do not hardcode docker binary path
...
Fixes #1035
9 years ago
Harshavardhana
8ff43086fb
Merge pull request #1034 from harshavardhana/handle-cgo
...
build: Handle builds on env where CGO_ENABLED=0
9 years ago
Harshavardhana
88686dc6e3
build: Handle builds on env where CGO_ENABLED=0
...
Fixes #1033
9 years ago
Harshavardhana
3cb92bdf9c
Merge pull request #1032 from koolhead17/command-modification
...
Modified command for adding a host to minio.
9 years ago
koolhead17
d4dbd09a9c
Modified command for adding a host to minio.
9 years ago
Harshavardhana
a6941c0b44
Merge pull request #1030 from harshavardhana/expect-100
...
signature: Add aws-cli work-around for now.
9 years ago
Harshavardhana
8cdaf87c8f
signature: Add aws-cli work-around for now.
...
Golang http server strips off 'Expect' header, if the
client sent this as part of signed headers we need to
handle otherwise we would see a signature mismatch.
`aws-cli` sets this as part of signed headers which is
a bad idea since servers trying to implement AWS
Signature version '4' will all encounter this issue.
According to
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20
Expect header is always of form:
Expect = "Expect" ":" 1#expectation
expectation = "100-continue" | expectation-extension
So it safe to assume that '100-continue' is what would
be sent, for the time being keep this work around.
9 years ago
Harshavardhana
70bd51994c
Merge pull request #1026 from harshavardhana/add-doc
...
Add aws-cli documentation.
9 years ago
Harshavardhana
80d175b34c
Add aws-cli documentation.
9 years ago
Harshavardhana
c963fe244d
Merge pull request #1022 from koolhead17/patch-1
...
Update README.md
9 years ago
koolhead17
888111816d
Update README.md
...
minor change, adding '--' with help option as we introduced the same with mc.
9 years ago
Harshavardhana
3bf7685327
Merge pull request #1021 from harshavardhana/transfer-encoding
...
http: Enable Transfer-Encoding chunked transfer
9 years ago
Harshavardhana
0c6a6dc380
http: Enable Transfer-Encoding chunked transfer
...
Fixes #1020
9 years ago
Harshavardhana
5e06c15b44
Merge pull request #1017 from koolhead17/GOenv-change
...
Modified instructions for installing Go.
9 years ago
koolhead17
f13ad3e02e
Modifed instructions for installing Go.
9 years ago
Harshavardhana
82212f5fbc
Merge pull request #1016 from harshavardhana/fix-signautre
...
s3cmd: Fix signature issues related to s3cmd.
9 years ago
Harshavardhana
d955ce4123
s3cmd: Fix signature issues related to s3cmd.
...
Support regions both 'us-east-1' and 'US' (short hand for US Standard)
honored by S3.
9 years ago
Harshavardhana
7228bc9919
Merge pull request #1015 from harshavardhana/location
...
location: Return a set location properly on complete multipart upload…
9 years ago
Harshavardhana
e7474bed43
location: Return a set location properly on complete multipart upload request.
9 years ago
Harshavardhana
d548316343
Merge pull request #1014 from harshavardhana/fixes
...
handlers: read ContentLength directly from http.Request
9 years ago
Harshavardhana
2f67559684
handlers: read ContentLength value directly from http.Request.
...
Do not look for Content-Length in headers and try to convert them into
integer representations use ContentLength field from *http.Request*.
If Content-Length is understood to be as '-1' then treat it as an error
condition, since it could be a malformed body to crash the server.
Fixes #1011
9 years ago
Harshavardhana
7aab7ba946
Merge pull request #1013 from harshavardhana/bucket-location
...
bucket-location: Implement bucket location response.
9 years ago
Harshavardhana
0345c8fffb
bucket-location: Implement bucket location response.
9 years ago
Harshavardhana
155a4110b1
Merge pull request #1010 from harshavardhana/update-url
...
Fix update URL.
9 years ago
Harshavardhana
7385302578
Fix update URL.
9 years ago
Harshavardhana
a9c634cc56
Merge pull request #1006 from harshavardhana/fix-mc-download-url
...
minio: Fix mc and minio download URLs.
9 years ago
Harshavardhana
523e75759d
minio: Fix mc and minio download URLs.
...
Fixes #991
9 years ago
Anand Babu (AB) Periasamy
738c543720
Merge pull request #1004 from harshavardhana/version
...
s3cmd: Handle support for s3cmd.
9 years ago
Harshavardhana
3c71c5c80c
s3cmd: Handle support for s3cmd.
9 years ago
Harshavardhana
7187668828
Merge pull request #1002 from harshavardhana/access
...
accessPolicy: Access policy response is not correct.
9 years ago
Harshavardhana
b07eed56be
accessPolicy: Access policy response is not correct.
9 years ago
Harshavardhana
83b2cd9ceb
Merge pull request #1001 from harshavardhana/user
...
pkg/user: Add pending tests.
9 years ago
Harshavardhana
1bfb490f90
pkg/user: Add pending tests.
9 years ago
Harshavardhana
06879b3b44
Merge pull request #1000 from harshavardhana/fs-bucket
...
bucketName: relax bucket names, now allow numbers as starting charact…
9 years ago
Harshavardhana
4fc161ddb1
bucketName: relax bucket names, now allow numbers as starting characters.
9 years ago
Harshavardhana
1413e761cf
Merge pull request #998 from harshavardhana/config-folder
...
minio: Add config-folder option.
9 years ago
Harshavardhana
836f5204af
minio: Add config-folder option.
...
Fixes #997
9 years ago
Harshavardhana
a97c4ebce3
Merge pull request #999 from harshavardhana/acl
...
ignore-handlers: Enhance ignore handlers to cater for bucket resource…
9 years ago
Harshavardhana
57430fe183
ignore-handlers: Enhance ignore handlers to cater for bucket resources with or without separators
...
Fixes an issue which we saw with minio-py
9 years ago
Harshavardhana
16cf9d9055
Merge pull request #996 from minio/harshavardhana-patch-1
...
Add s3cmd support status
9 years ago
Harshavardhana
aac85334fd
Add s3cmd support status
...
Fixes #987
9 years ago
Harshavardhana
6255f186dd
Merge pull request #995 from minio/harshavardhana-patch-1
...
Update README.md
9 years ago
Harshavardhana
330ceddfd4
Update README.md
9 years ago
Anand Babu (AB) Periasamy
bed528d569
Merge pull request #994 from abperiasamy/contentdb-race
...
fixes race in Init
9 years ago
Anand Babu (AB) Periasamy
8e8538175b
fixes race in Init
9 years ago
Harshavardhana
c327c56a16
Merge pull request #992 from abperiasamy/contentdb
...
contentdb provides file.ext to content-type lookups.
9 years ago
Anand Babu (AB) Periasamy
25df427383
contentdb file.ext to content-type lookups
9 years ago
Harshavardhana
5b18c787f0
Merge pull request #990 from harshavardhana/update-readme
...
doc: update README.md
9 years ago
Harshavardhana
9c64a232e2
doc: update README.md
9 years ago