Commit Graph

  • 65a817fe8c Move packages between dependencies and devDependencies (#5094) Krishna Srinivas 2017-10-20 23:51:32 -07:00
  • 1256b0b818 Fix multipart upload etag on azure gateway (#5055) Julien Maitrehenry 2017-10-20 17:00:19 -04:00
  • 7e05b826fa Figure out projectID for GCS automatically from credentials.json (#5029) Krishna Srinivas 2017-10-20 13:59:12 -07:00
  • d82a1da511 Fix notification unmarshalling, unmarshal only when size is > 0 (#5087) Harshavardhana 2017-10-20 13:57:57 -07:00
  • f598f4fd1b Fix typo in comment (#5088) Frank Wessels 2017-10-20 02:38:15 -07:00
  • e65d8fdc7d Remove unused packages from vendor.json (#5079) Krishna Srinivas 2017-10-19 02:44:10 -07:00
  • b919462610 fix: Avoid teeing data into a null cache buffer (#5070) A. Elleuch 2017-10-18 22:42:10 +01:00
  • 8287ab091c Ignore file not found error for multipart-uploads (#5065) Nitish Tiwari 2017-10-19 02:56:20 +05:30
  • f25bec6bf1 Do not attempt to generate URLToken for anonymous downloads (#5078) Harshavardhana 2017-10-17 22:44:27 -07:00
  • 75865efb0e fs: All parts except the last part should be of the same size (#5045) Krishna Srinivas 2017-10-17 12:01:28 -07:00
  • 3d2d63f71e Fix gateway docs remove redundant files (#5072) Harshavardhana 2017-10-16 19:42:44 -07:00
  • 53e133e844 Remove NotSupported error redundant with NotImplemented (#5074) Harshavardhana 2017-10-16 19:41:06 -07:00
  • b2cbade477 Support creating empty directories. (#5049) Harshavardhana 2017-10-16 17:20:54 -07:00
  • 0c0d1e4150 Implement backblaze-b2 gateway support (#5002) Harshavardhana 2017-10-13 03:56:16 -07:00
  • 3d0dced23c Remove go1.9 specific code for windows (#5033) Harshavardhana 2017-10-13 03:01:15 -07:00
  • ad53c5d859 Remove body from POST request in webhook (#5067) Nitish Tiwari 2017-10-13 13:29:01 +05:30
  • 45463b1d6b Fix azure metadata handling for all incoming PUT requests (#5038) Harshavardhana 2017-10-12 12:16:24 -07:00
  • d5895d3243 Update docker swarm doc to use docker volume prune (#5053) Nitish Tiwari 2017-10-11 22:47:57 +05:30
  • db1edfe487 Fix data race bug in the testcase TestHTTPListenerAcceptParallel (#5043) Krishna Srinivas 2017-10-11 10:17:37 -07:00
  • 9c16f73334 pkg/http: use port 65432 than 9000 for unit tests (#5021) Bala FA 2017-10-11 10:16:38 -07:00
  • f50bec2987 Update Minio version in docs and example yaml files (#5054) Nitish Tiwari 2017-10-11 06:05:00 +05:30
  • e2bff5cdc0 Move Dockerfile to go 1.9.1 (#5047) Harshavardhana 2017-10-10 14:17:16 -07:00
  • 02a5f1e96a Add b2s method on pkg/disk/type_bsd.go (#5036) Julien Maitrehenry 2017-10-10 05:27:28 -04:00
  • 4deefa3695 tests: Remove dependency on check.v1 (#5034) Harshavardhana 2017-10-10 02:14:42 -07:00
  • d28b3d8801 Move to go1.9.1 as default environment. (#5041) Bala FA 2017-10-09 22:23:59 -07:00
  • 099b5293a9 Move gateway unsupported functions into a common struct. (#5009) Harshavardhana 2017-10-09 16:41:35 -07:00
  • 4a0a491ca1 Refactor update check code (#5020) Aditya Manthramurthy 2017-10-10 04:42:13 +05:30
  • db6b6e9518 S3 peers should be initialized properly (#5024) Harshavardhana 2017-10-08 20:23:42 -07:00
  • d8a11c8f4b fix build failure for go1.9 (#4872) Bala FA 2017-10-06 17:00:15 -07:00
  • 0b546ddfd4 Return errors in PutObject()/PutObjectPart() if input size is -1. (#5015) Harshavardhana 2017-10-06 09:38:01 -07:00
  • d1712a46a7 Enable ListMultipartUploads and ListObjectParts for FS (#4996) Krishna Srinivas 2017-10-05 16:08:25 -07:00
  • c46c2a6dd6 Fix healthcheck issue with Docker containers (#5011) Harshavardhana 2017-10-05 13:52:57 -07:00
  • 88938340b3 remove all dead codes (#5019) Bala FA 2017-10-05 12:25:45 -07:00
  • 13a7033505 Translate s3 gateway errors at object layer (#5006) Krishnan Parthasarathi 2017-10-05 12:24:45 -07:00
  • 670e3e0c8b verify: add minio gateway s3 setup for verification tests (#4976) Bala FA 2017-10-04 11:16:39 -07:00
  • 89d528a4ed Allow CopyObject() in S3 gateway to support metadata (#5000) Harshavardhana 2017-10-03 10:38:25 -07:00
  • 53f3d2fd65 Push max threads to little less than kernel limit (#5001) A. Elleuch 2017-10-03 18:37:45 +01:00
  • a4f26aec00 fix: List buckets response should return UTC modtime (#5004) A. Elleuch 2017-10-03 18:34:51 +01:00
  • 60cc6184d2 azure: handle list objects properly (#4953) RELEASE.2017-09-29T19-16-56Z Bala FA 2017-09-29 12:08:23 -07:00
  • ce2d185211 Add maxKeys validation for azure and gcs gateway (#4999) poornas 2017-09-29 12:07:44 -07:00
  • b05351c420 Fix CopyObject with metadata for Azure gateway (#4986) Aditya Manthramurthy 2017-09-29 23:28:40 +05:30
  • b415c600e1 Add bucketName checks for azure and s3 gateway in GetBucketInfo. (#4992) Harshavardhana 2017-09-28 19:37:09 -07:00
  • 4c9fae90ff Optimize healObject by eliminating extra data passes (#4949) Aditya Manthramurthy 2017-09-29 04:27:19 +05:30
  • 94670a387e Update Azure SDK (#4985) Aditya Manthramurthy 2017-09-29 03:53:46 +05:30
  • 789270af3c Vendorize latest minio-go (#4989) Nitish Tiwari 2017-09-28 20:40:38 +05:30
  • a5fbe1e16c fs: optimize multipart clean work (#4944) fangyuxiang 2017-09-28 23:09:28 +08:00
  • 3c836b5f34 tests: remove test cases not applicable for docker. (#4951) Bala FA 2017-09-27 13:51:26 -07:00
  • 02af37a394 optimize memory allocs during reconstruct (#4964) Andreas Auernhammer 2017-09-27 10:29:42 -07:00
  • 4879cd73f8 api: MakeBucket() should honor regions properly. (#4969) Harshavardhana 2017-09-26 20:13:06 -07:00
  • b5dc4b5873 Fix CopyObject with metadata for GCS Gateway (#4971) Aditya Manthramurthy 2017-09-26 23:34:42 +05:30
  • 6dcfaa877c Fix signature v2 handling for resource names (#4965) Harshavardhana 2017-09-26 11:00:07 -07:00
  • 0bf981278e Provide the correct free block size volume/disk information (#4943) Tamer Fahmy 2017-09-26 03:46:19 +02:00
  • d3eb5815d9 Avoid DDOS in PutObject() when objectName is '/' and size '0' (#4962) Harshavardhana 2017-09-25 14:47:58 -07:00
  • 7e6b5bdbb7 remove ReadFileWithVerify from StorageAPI (#4947) Andreas Auernhammer 2017-09-25 11:32:56 -07:00
  • 4cadb33da2 api/PostPolicy: Allow location header fully qualified URL (#4926) Harshavardhana 2017-09-24 16:43:21 -07:00
  • c3ff402fcb Fix signature v2 and presigned query unescaping. (#4936) Harshavardhana 2017-09-24 14:20:12 -07:00
  • aceaa1ec48 travis: update go versions (#4945) Davor Kapsa 2017-09-22 23:05:07 +02:00
  • 330f79b40e Remove pre go1.8 code and cleanup (#4933) Harshavardhana 2017-09-22 14:03:31 -07:00
  • 6d7df1d1cb Use mc functional tests for verifying build (#4934) Bala FA 2017-09-20 13:22:05 -07:00
  • 3c0d3f7510 Fix bug in ErasureStorage.HealFile (#4913) Aditya Manthramurthy 2017-09-20 22:20:27 +05:30
  • f7ae3be586 Removing 100MB part and 1TB limitation (#4939) Krishnan Parthasarathi 2017-09-20 09:48:48 -07:00
  • 70fec0a53f azure: add stateless gateway support (#4874) Bala FA 2017-09-19 16:08:08 -07:00
  • fba1669966 Update docker-compose sample file to use local volume driver so data (#4937) Nitish Tiwari 2017-09-20 01:13:45 +05:30
  • 71201273e2 Remove reference to go1.8 issue from homebrew (#4931) Harshavardhana 2017-09-19 12:41:19 -07:00
  • 79ba4d3f33 refactor ObjectLayer PutObject and PutObjectPart (#4925) Andreas Auernhammer 2017-09-19 12:40:27 -07:00
  • f8024cadbb [security] rpc: Do not transfer access/secret key. (#4857) Harshavardhana 2017-09-19 12:37:56 -07:00
  • f680b8482f Add a snapcraft build badge. (#4805) Evan 2017-09-19 21:36:35 +02:00
  • a56f7e2f23 Refactor CONTRIBUTING.md to make it more reader friendly (#4918) Nitish Tiwari 2017-09-18 23:32:45 +05:30
  • 6d5d49bfb1 Update CLI examples to be in sync with examples used on Minio website (#4920) Nitish Tiwari 2017-09-15 07:47:42 +05:30
  • 8e4842b665 fs: multipart clean only trigger once (#4915) fangyuxiang 2017-09-15 10:17:26 +08:00
  • b74ef6d5f4 Fixes the if condition when uploads.json file cannot be found (#4883) ebozduman 2017-09-14 18:09:12 -05:00
  • 9925640da8 fs: multipart clean doesn't work when object name has '/' (#4919) fangyuxiang 2017-09-15 07:00:57 +08:00
  • f45e0a44b8 Change average from int to int64 in order to support 32-bit systems. (#4921) Andrej Pregl 2017-09-14 19:23:23 +02:00
  • 3e632a49ee In gateway mode "continuation-token" will not contain "prefix" (#4911) Krishna Srinivas 2017-09-13 17:27:19 -07:00
  • 1bb3a03099 build: add verify check on make test (#4901) Bala FA 2017-09-12 16:56:33 -07:00
  • 42b3795304 Set NextContinuationToken in ListObjectsV2 response for gateway (#4908) Krishna Srinivas 2017-09-12 16:19:58 -07:00
  • 302fcb3b17 azure: handle encryption headers and azure InvalidMetadata error (#4893) Bala FA 2017-09-12 16:14:41 -07:00
  • b9fc4150f6 Fix preInit logic when mixed disk situations exist. (#4904) Harshavardhana 2017-09-12 12:17:44 -07:00
  • f66239e82f Expose common S3 headers in CORS setting (#4839) Krishna Srinivas 2017-09-11 08:15:51 -07:00
  • 6c2bc0568b Increase default read/write timeouts from 30sec to 15minutes (#4888) Harshavardhana 2017-09-07 11:16:45 -07:00
  • 0d154871d5 Admin: Raise error if config and env credentials mismatch (#4870) poornas 2017-09-07 11:16:13 -07:00
  • 189b6682d6 azure: allow parts > 100MiB size to work properly (#4869) Bala FA 2017-09-05 16:56:23 -07:00
  • cf479eb401 Move to latest release of minio-go (#4886) Harshavardhana 2017-09-05 14:45:22 -07:00
  • 72490bf8db Implement proper reConnect logic for amqp notification target. (#4867) Harshavardhana 2017-09-04 17:45:30 -07:00
  • 5a73aecb5c fix: Trivial typo in error message (#4878) Justin Clift 2017-09-03 21:53:03 +01:00
  • e26a706dff Ignore reservedBucket checks for net/rpc requests (#4884) Harshavardhana 2017-09-01 12:16:54 -07:00
  • 9e9c7b4f22 Lower object name length when running in docker to support aufs. (#4879) Andrej Pregl 2017-09-01 20:00:47 +02:00
  • ff8e2b5b4f Init HTTP client and transport for azure sdk (#4871) Krishna Srinivas 2017-08-31 17:19:03 -07:00
  • 61e0b1454a Add support for timeouts for locks (#4377) Frank Wessels 2017-08-31 11:29:22 -07:00
  • 93f126364e Updated version of klauspost/reedsolomon with NEON support for ARM (#4865) Frank Wessels 2017-08-30 09:49:00 -07:00
  • 6dca044ea8 fs: Convert repeated code in rwpool.Open() into a single function. (#4864) Harshavardhana 2017-08-30 09:48:19 -07:00
  • 9e9faf7b53 Support source compilation on s390 and ppc64le (#4859) Harshavardhana 2017-08-30 09:45:36 -07:00
  • 2bca51ab2c Add steps to run GCS gateway on Kubernetes via YAML files (#4819) Nitish Tiwari 2017-08-29 01:28:52 +05:30
  • 34e780e690 add the mount-observe plug to the snap (#4853) Leo Arias 2017-08-28 12:40:26 -06:00
  • 6cab6d802d api: Fix the conditional to check for reserved buckets. (#4856) Harshavardhana 2017-08-28 11:39:48 -07:00
  • ea65350308 add vscode config files to gitignore (#4855) Andreas Auernhammer 2017-08-27 13:44:39 -07:00
  • 1bb9d49eaa fs: ListObjects() was reading ETag at wrong offsets (#4846) Harshavardhana 2017-08-23 17:59:14 -07:00
  • db5af1b126 fix: tests error conditions should be used properly. (#4833) Harshavardhana 2017-08-23 17:58:52 -07:00
  • b233345f19 remove bcrypt code from code-base (#4844) (#4845) Andreas Auernhammer 2017-08-23 15:59:37 -07:00
  • 07ccf4c0d0 Add the install instructions for the snap (#4843) Leo Arias 2017-08-23 16:59:13 -06:00