minio/cmd
Harshavardhana 4a4048fe27 Migrate minio etcd config to backend config (#7751)
etcd when used in federated setups, currently
mandates that all clusters should have same
config.json, which is too restrictive and makes
federation a restrictive environment.

This change makes it apparent that each cluster
needs to be independently managed if necessary
from `mc admin info` command line.

Each cluster with in federation can have their
own root credentials and as well as separate
regions. This way buckets get further restrictions
and allows for root creds to be not common
across clusters/data centers.

Existing data in etcd gets migrated to backend
on each clusters, upon start. Once done
users can change their config entries
independently.
2019-06-15 03:07:54 -07:00
..
crypto crypto: add unit test for vault config verification (#7413) 2019-04-10 11:05:53 -07:00
gateway Update minio-go v6.0.29 (#7778) 2019-06-12 18:09:21 -07:00
http Disable http2 until we have upstream bugs fixed (#7711) 2019-05-30 19:49:33 -07:00
logger Add deploymentID to web handler logs (#7712) 2019-06-03 15:40:04 -07:00
rest Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
acl-handlers.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
admin-handlers.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
admin-handlers_test.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
admin-heal-ops.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
admin-router.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
api-datatypes.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-errors.go Add region as part of error XML (#7752) 2019-06-05 16:28:21 -07:00
api-errors_test.go Return "SlowDown" to S3 clients for network related errors (#7610) 2019-05-29 10:21:47 -07:00
api-headers.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-headers_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-resources.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-resources_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-response.go Send Content-Length in the response headers (#7771) 2019-06-11 21:04:52 -07:00
api-response_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
api-router.go Fix: Handle regression caused by gorilla mux v1.7.0 (#7625) 2019-05-07 10:36:00 -07:00
api-utils.go Make Encoding URL more compliant to S3 spec (#7360) 2019-04-12 12:02:37 -07:00
api-utils_test.go Make Encoding URL more compliant to S3 spec (#7360) 2019-04-12 12:02:37 -07:00
auth-handler.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
auth-handler_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
background-heal-ops.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
benchmark-utils_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bitrot-streaming.go Remove logs from bitrot-streaming.go as erasure layer is already logging (#7603) 2019-05-01 21:46:00 -07:00
bitrot-whole.go Posix CreateFile should work for compressed lengths (#7584) 2019-04-30 16:27:31 -07:00
bitrot.go Posix CreateFile should work for compressed lengths (#7584) 2019-04-30 16:27:31 -07:00
bitrot_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bool-flag.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bool-flag_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bucket-handlers-listobjects.go Revert "cache: Rewrite to cache only on download (#7575)" (#7684) 2019-05-22 14:54:15 -07:00
bucket-handlers.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
bucket-handlers_test.go Implement bulk delete (#7607) 2019-05-13 12:25:49 -07:00
bucket-notification-handlers.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bucket-policy-handlers.go Add more friendly error message for policy object (#7412) 2019-04-22 01:23:54 -07:00
bucket-policy-handlers_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
build-constants.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
certs.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
certs_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
common-main.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
config-common.go Migrate minio etcd config to backend config (#7751) 2019-06-15 03:07:54 -07:00
config-current.go Enable event persistence in kafka (#7633) 2019-05-29 13:19:48 -07:00
config-current_test.go Enable event persistence in kafka (#7633) 2019-05-29 13:19:48 -07:00
config-dir.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
config-migrate.go Migrate minio etcd config to backend config (#7751) 2019-06-15 03:07:54 -07:00
config-migrate_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
config-versions.go Enable event persistence in kafka (#7633) 2019-05-29 13:19:48 -07:00
config.go Migrate minio etcd config to backend config (#7751) 2019-06-15 03:07:54 -07:00
copy-part-range.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
copy-part-range_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
crossdomain-xml-handler.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
crossdomain-xml-handler_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
daily-heal-ops.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
daily-sweeper.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
disk-cache-config.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
disk-cache-config_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
disk-cache-fs.go Revert "cache: Rewrite to cache only on download (#7575)" (#7684) 2019-05-22 14:54:15 -07:00
disk-cache.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
disk-cache_test.go Revert "cache: Rewrite to cache only on download (#7575)" (#7684) 2019-05-22 14:54:15 -07:00
disk-usage.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
dummy-data-generator_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
dummy-handlers.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
dynamic-timeouts.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
dynamic-timeouts_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
encryption-v1.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
encryption-v1_test.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
endpoint-ellipses.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
endpoint-ellipses_test.go Allow server to start if one of local nodes in docker/kubernetes setup is resolved (#7452) 2019-04-19 10:26:44 -07:00
endpoint.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
endpoint_test.go Complain if we detect sub-optimal ordering in distributed setup (#7576) 2019-04-29 10:10:50 +05:30
environment.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-decode.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-decode_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-encode.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-encode_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-heal.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-heal_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure-utils.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
erasure.go Posix CreateFile should work for compressed lengths (#7584) 2019-04-30 16:27:31 -07:00
erasure_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fallocate.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fallocate_linux.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fallocate_linux_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-disk-cache.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-disk-cache_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-fs.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-fs_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-meta.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-xl.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
format-xl_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-helpers.go Show SlowDown error message if backend is busy (#7521) 2019-05-02 07:09:57 -07:00
fs-v1-helpers_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-metadata.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-metadata_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-multipart.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
fs-v1-multipart_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-rwpool.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1-rwpool_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
fs-v1.go Ignore errors reading fs.json (#7777) 2019-06-12 16:42:03 -07:00
fs-v1_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-common.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
gateway-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-env.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-main.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
gateway-main_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-router.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-startup-msg.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-startup-msg_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
gateway-unsupported.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
generic-handlers.go Add specific headers in CORS, along with wildcard (#7726) 2019-05-31 09:23:55 -07:00
generic-handlers_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
globals.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
handler-utils.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
handler-utils_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
hasher.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
healthcheck-handler.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
healthcheck-handler_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
healthcheck-router.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
http-stats.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
http-tracer.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
httprange.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
httprange_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
httptrace.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
iam.go Fix user IAM policy regression, reload policy appropriately (#7770) 2019-06-12 14:49:45 -07:00
jwt.go allow users to change password through browser (#7683) 2019-05-29 13:18:46 -07:00
jwt_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
leak-detect_test.go Add UTCNow() function. (#3931) 2017-03-18 11:28:41 -07:00
local-locker.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
lock-rest-client.go Lock: Use REST API instead of RPC (#7469) 2019-04-17 23:16:27 -07:00
lock-rest-client_test.go Lock: Use REST API instead of RPC (#7469) 2019-04-17 23:16:27 -07:00
lock-rest-server-common.go Remove stale entry spurious logging (#7663) 2019-05-22 12:21:36 -07:00
lock-rest-server-common_test.go Lock: Use REST API instead of RPC (#7469) 2019-04-17 23:16:27 -07:00
lock-rest-server.go Remove stale entry spurious logging (#7663) 2019-05-22 12:21:36 -07:00
main.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
merge-walk-pool.go Offload listing to posix layer (#7611) 2019-05-14 13:49:10 -07:00
merge-walk-pool_test.go Offload listing to posix layer (#7611) 2019-05-14 13:49:10 -07:00
metrics-router.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
metrics.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
namespace-lock.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
namespace-lock_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
naughty-disk_test.go Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 2019-05-22 13:47:15 -07:00
net.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
net_test.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
notification.go Reload a specific user or policy on peers (#7705) 2019-06-06 17:46:22 -07:00
object-api-common.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
object-api-datatypes.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-deleteobject_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-errors.go Return "SlowDown" to S3 clients for network related errors (#7610) 2019-05-29 10:21:47 -07:00
object-api-getobject_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-getobjectinfo_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-input-checks.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-interface.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
object-api-listobjects_test.go Fix listing empty directory in recursive mode (#7613) 2019-05-06 07:52:42 -07:00
object-api-multipart_test.go Return "SlowDown" to S3 clients for network related errors (#7610) 2019-05-29 10:21:47 -07:00
object-api-putobject_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-api-utils.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
object-api-utils_test.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
object-handlers-common.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-handlers-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
object-handlers.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
object-handlers_test.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
object_api_suite_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
os-reliable.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
os-reliable_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
peer-rest-client-target.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
peer-rest-client.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
peer-rest-common.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
peer-rest-server.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
policy.go Do not display error logs if user does not have listbuckets privilege (#7370) 2019-06-09 13:15:57 -07:00
policy_test.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
posix-dirent-fileno.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix-dirent-ino.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix-errors.go Show SlowDown error message if backend is busy (#7521) 2019-05-02 07:09:57 -07:00
posix-errors_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix-list-dir_other.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix-list-dir_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix-list-dir_unix.go Optimize listing with leaf check offloaded to posix (#7541) 2019-04-23 14:54:28 -07:00
posix-list-dir_windows.go Optimize listing with leaf check offloaded to posix (#7541) 2019-04-23 14:54:28 -07:00
posix.go Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 2019-05-22 13:47:15 -07:00
posix_test.go Optimize listing with leaf check offloaded to posix (#7541) 2019-04-23 14:54:28 -07:00
posix_unix_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
posix_windows_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
post-policy_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
postpolicyform.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
postpolicyform_test.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
prepare-storage.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
retry.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
retry_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
routers.go Lock: Use REST API instead of RPC (#7469) 2019-04-17 23:16:27 -07:00
server-main.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
server-main_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
server-rlimit.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
server-startup-msg.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
server-startup-msg_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
server_test.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
service.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
setup-type.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
signals.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
signature-v2.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
signature-v2_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
signature-v4-parser.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
signature-v4-parser_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
signature-v4-utils.go Signature v4: Allow signed headers from GET parameters 2019-05-21 21:00:02 -07:00
signature-v4-utils_test.go Signature v4: Allow signed headers from GET parameters 2019-05-21 21:00:02 -07:00
signature-v4.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
signature-v4_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
storage-class.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
storage-class_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
storage-datatypes.go Offload listing to posix layer (#7611) 2019-05-14 13:49:10 -07:00
storage-errors.go Show SlowDown error message if backend is busy (#7521) 2019-05-02 07:09:57 -07:00
storage-interface.go Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 2019-05-22 13:47:15 -07:00
storage-rest-client.go Return "SlowDown" to S3 clients for network related errors (#7610) 2019-05-29 10:21:47 -07:00
storage-rest-common.go Offload listing to posix layer (#7611) 2019-05-14 13:49:10 -07:00
storage-rest-server.go Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 2019-05-22 13:47:15 -07:00
storage-rest_test.go Optimize listing with leaf check offloaded to posix (#7541) 2019-04-23 14:54:28 -07:00
streaming-signature-v4.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
streaming-signature-v4_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sts-datatypes.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sts-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sts-handlers.go Reload a specific user or policy on peers (#7705) 2019-06-06 17:46:22 -07:00
test-utils_test.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
tree-walk-pool.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
tree-walk-pool_test.go Implement S3-HDFS gateway (#7440) 2019-04-17 09:52:08 -07:00
tree-walk.go Fix listing empty directory in recursive mode (#7613) 2019-05-06 07:52:42 -07:00
tree-walk_test.go Remove delayIsLeaf requirement simplify ListObjects further (#7593) 2019-05-02 10:36:57 +05:30
typed-errors.go Return "SlowDown" to S3 clients for network related errors (#7610) 2019-05-29 10:21:47 -07:00
ui-errors-utils.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
ui-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
update-main.go Adjusts help content dynamically according to OS (#7646) 2019-05-15 14:02:44 +05:30
update-main_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
update-notifier.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
update-notifier_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
utils.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
utils_test.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
version-main.go Adjusts help content dynamically according to OS (#7646) 2019-05-15 14:02:44 +05:30
version_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
web-handlers.go Fix build failure in web-handlers.go 2019-06-03 16:44:09 -07:00
web-handlers_test.go validate keys before updating for IAM user (#7720) 2019-05-30 05:14:35 -07:00
web-router.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-sets.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
xl-sets_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-bucket.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
xl-v1-common.go Remove delayIsLeaf requirement simplify ListObjects further (#7593) 2019-05-02 10:36:57 +05:30
xl-v1-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-healing-common.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-healing-common_test.go Simplify putObject by not breaking the stream into parts (#7199) 2019-05-14 12:33:18 -07:00
xl-v1-healing.go xl: Use random UUID during complete multipart upload (#7527) 2019-04-25 07:33:26 -07:00
xl-v1-healing_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-list-objects-heal.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
xl-v1-list-objects.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
xl-v1-metadata.go Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 2019-05-22 13:47:15 -07:00
xl-v1-metadata_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-multipart.go Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
xl-v1-multipart_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1-object.go xl: Avoid possible race during bulk Multi Delete (#7644) 2019-05-14 14:43:22 -07:00
xl-v1-object_test.go Implement bulk delete (#7607) 2019-05-13 12:25:49 -07:00
xl-v1-utils.go Posix CreateFile should work for compressed lengths (#7584) 2019-04-30 16:27:31 -07:00
xl-v1-utils_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
xl-v1.go Implement S3-HDFS gateway (#7440) 2019-04-17 09:52:08 -07:00
xl-v1_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00