1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

14 Commits

Author SHA1 Message Date
Harshavardhana
d48fd6fde9
Remove unusued params and functions () 2019-10-15 18:35:41 -07:00
Harshavardhana
d2a8be6fc2 gateway/hdfs: Fix isObjectDir to behave correctly () 2019-10-09 04:20:43 +05:30
Harshavardhana
589e32a4ed Refactor config and split them in packages ()
This change is related to larger config migration PR
change, this is a first stage change to move our
configs to `cmd/config/` - divided into its subsystems
2019-10-04 23:05:33 +05:30
Harshavardhana
cb01516a26 In HDFS gateway fix non-empty folder behavior ()
To be compatible with our FS and Erasure coded
mode deployments, make sure that we do not send
200 OK for folders which have files inside.

Fixes 
2019-09-18 01:59:59 +05:30
Harshavardhana
a7be313230 Start using new errors package () 2019-09-11 22:51:43 +05:30
Harshavardhana
e6d8e272ce
Use const slashSeparator instead of "/" everywhere () 2019-08-06 12:08:58 -07:00
Harshavardhana
6f2b4675fa
Add krb5 support for HDFS gateway () 2019-07-24 18:05:48 -07:00
Harshavardhana
2c0b3cadfc Update go mod with sem versions of our libraries () 2019-05-29 16:35:12 -07:00
ebozduman
67d508b214 Adjusts help content dynamically according to OS () 2019-05-15 14:02:44 +05:30
Anis Elleuch
9c90a28546 Implement bulk delete ()
Bulk delete at storage level in Multiple Delete Objects API

In order to accelerate bulk delete in Multiple Delete objects API,
a new bulk delete is introduced in storage layer, which will accept
a list of objects to delete rather than only one. Consequently,
a new API is also need to be added to Object API.
2019-05-13 12:25:49 -07:00
Harshavardhana
72929ec05b
Turn off md5sum optionally if content-md5 is not set ()
This PR also brings --compat option to run MinIO in strict
S3 compatibility mode, MinIO by default will now try to run
high performance mode.
2019-05-08 18:35:40 -07:00
Harshavardhana
64998fc4ab Remove delayIsLeaf requirement simplify ListObjects further () 2019-05-02 10:36:57 +05:30
Harshavardhana
c5f26d5cdd Fix hdfsReader fd leak upon GetObject() ()
Also migrate to minio/hdfs/v3@v3.0.0
2019-05-01 14:43:21 -07:00
Harshavardhana
620e462413 Implement S3-HDFS gateway ()
- [x] Support bucket and regular object operations
- [x] Supports Select API on HDFS
- [x] Implement multipart API support
- [x] Completion of ListObjects support
2019-04-17 09:52:08 -07:00