minio

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

AGPL-3.0 License

Stars
47K
Committers
483
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Fixes a bug in route conflicts that can occur between STS AssumeRole functionality and MultipartUpload. See (#7574) for more details.
  • Miscellaneous improvements to listing APIs, deleting objects anonymously and better error messages.

Changelog

  • Fix STS AssumeRole route conflict with MultipartUpload (#7574) (04/23/19)
  • Optimize listing with leaf check offloaded to posix (#7541) (04/23/19)
  • Fix: Allow deleting multiple objects anonymously if policy supports it (#7439) (04/22/19)
  • Add more friendly error message for policy object (#7412) (04/22/19)
  • Allow server to start if one of local nodes in docker/kubernetes setup is resolved (#7452) (04/19/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Remove RPC and transition to REST API. See (#7469) for more details.
  • Fixes a panic that occurs when deleting non-existent objects in cache & backend. See (#7560) for more details.

Changelog

  • do not try to delete non-existent object in cache (#7560) (04/18/19)
  • Azure gateway complete multipart ETag (#7500) (04/17/19)
  • clear errors of previous failed login attempts (#7516) (04/18/19)
  • Lock: Use REST API instead of RPC (#7469) (04/17/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Experimental HDFS gateway support with known limitations. See documentation and (#7440) for more details.
  • Miscellaneous bug fixes in etcd, caching, background append in standalone mode.

Changelog

  • etcd: Handle create buckets with common prefixes properly (#7556) (04/17/19)
  • Implement S3-HDFS gateway (#7440) (04/17/19)
  • Close CacheReader before clearing cache entry if object is deleted (#7555) (04/17/19)
  • Fix healthcheck script to check for BadRequest Status (#7537) (04/12/19)
  • Don't exit background append if backend specific files show up (#7519) (04/12/19)
  • Fix SimpleCI to use different data directory than mint (#7520) (04/12/19)
  • Make Encoding URL more compliant to S3 spec (#7360) (04/12/19)
  • http: opt-in to TLS 1.3 (#7483) (04/11/19)
  • Worm: Permit key-rotation of S3 encrypted objects (#7429) (04/10/19)
  • crypto: add unit test for vault config verification (#7413) (04/10/19)
  • Enhance the event store interface to support channeling (#7343) (04/10/19)
  • Use passed lock-type in GetObjectNInfo cache implementation (#7505) (04/09/19)
  • Replace Minio refs in docs with MinIO and links (#7494) (04/09/19)
  • Browser: Allow users to do s3 operations, if policy allows (#7487) (04/09/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Preserve ETag case for S3 compatibility. See (#7498) for more details.

Changelog

  • Preserve ETag case for S3 compatibility (#7498) (04/08/19)
  • Fix ListObjectsV2 for gateway encryption mode (#7491) (04/08/19)
  • Add go-mod cache for .travis to speed up builds (#7477) (04/05/19)
  • Expose total and available disk space (#7453) (04/05/19)
  • Add doc updates for new go1.12 installation (#7486) (04/04/19)
minio - Major Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Two critical security issues related to privilege escalation are fixed in #7474 & #7476. Upgrade immediately, if you do user management with MinIO's in-built user management system or with an external Identity Provider. MinIO Gateway deployments are not affected. See here for specifc details.
  • Miscellaneous bug fix improvements in the areas of S3 Select, Policy nesting and various other areas.

Changelog

  • Fix docker files to enable GO111MODULE (04/04/19)
  • Set S3 Select record message length to 128KiB (#7475) (04/04/19)
  • Validate if bucket names are internal (#7476) (04/03/19)
  • fix privilege escalation against inter-node communication (#7474) (04/03/19)
  • Migrate to go1.12 to simplify our cmd/http package (#7302) (04/02/19)
  • rpc: Avoid using Pool since it conflicts with http2 (#7467) (04/02/19)
  • Do no access nsLockMap.lockMap when using dsync (#7464) (04/02/19)
  • Show 401 unauthorized msg when nodes are started with different creds (#7433) (04/02/19)
  • Assign deploymentID for first minio server in distributed setup (#7427) (04/02/19)
  • Add check for extra input field (#7437) (04/02/19)
  • canonicalize ETag correctly (#7442) (04/01/19)
  • Remove policy nesting errors (#7449) (03/31/19)
  • fix mysql config for native password authentication (#7436) (03/28/19)
  • Fix markdown table formatting (#7435) (03/27/19)
  • Makefile: Fix getting misspell code when already installed (#7434) (03/28/19)
minio - Minor Bug fix release

Published by minio-trusted over 5 years ago

Highlights

  • Update browser with new logo and UI theme. See #7408 for more details.
  • Improvements in healObjects. See #7407 for more details.
  • Miscellaneous improvements in ETag, logging, http2 net.conn timeouts.

Changelog

  • Set Read/Write timeouts only for net.Conn not http.Server (#7431) (03/27/19)
  • HealObjects should remove objects without quorum (#7407) (03/26/19)
  • Add proper context based logging when bitrot stream calls fail (#7415) (03/26/19)
  • Cleanup stale multipart uploads older than 3 days (#7424) (03/25/19)
  • Error log: Correct error type in anonymous mode (#7414) (03/25/19)
  • Don't decrypt ETag in validation when source is SSEC multipart (#7423) (03/25/19)
  • Return deploymentID in ServerInfo REST call (#7422) (03/26/19)
  • Generate coverage across all sub-dirs (#7416) (03/25/19)
  • Populate host value from GetSourceIP directly (#7417) (03/25/19)
  • Change findEndpoint to return errors for Scanlines (#7390) (03/25/19)
  • Update browser UI with new logo and colors (#7408) (03/23/19)
  • Restart process should use the current process' pid (#7373) (03/21/19)
  • Azure:ETag returned by ListObjects to be consistent with GetObjectInfo (#7301) (03/20/19)
  • unused code: Remove LoadCredentials function (#7369) (03/20/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Minio now uses REST API to communicate between minio nodes instead of RPC. See #7205 for details.
  • Added a new flag to support normal/deep scan in admin heal cmd. See #7251 for more details.
  • Miscellaneous improvements in the areas of timeouts, http2 concurrent streams and select API.

Changelog

  • Change storageRESTTimeout to 1 minute (#7398) (03/20/19)
  • Add proper custom errors object creations (#7387) (03/20/19)
  • Remove duplicate error in switch case. (#7381) (03/19/19)
  • add go modules file and start running go 1.11 style builds (#7354) (03/19/19)
  • Add deploymentID to ServerInfo (#7372) (03/19/19)
  • Fix regression in peer clients in TLS setups (#7391) (03/19/19)
  • format import style (#7383) (03/18/19)
  • Rewrite if-else chains to switch statements (#7382) (03/18/19)
  • Simplify ReadFileStream closer, make sure to flush all HTTP responses (#7374) (03/18/19)
  • Fix credential parsing in signature v4 (#7377) (03/16/19)
  • fix staticcheck warning (#7378) (03/16/19)
  • Use REST api for inter node communication (#7205) (03/14/19)
  • Add normal/deep type of heal scanning (#7251) (03/14/19)
  • Configure http2 with higher maxconcurrent streams (#7363) (03/14/19)
  • update link on README (#7361) (03/14/19)
  • Fix stale locks held by SelectParquet API (#7364) (03/13/19)
  • Implement HealObjects API to simplify healing (#7351) (03/13/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Miscellaneous improvements in various areas such as healing, S3Select, http2, etcd & coreDNS integrations.

Changelog

  • Support buckets with '.' with etcd+coreDNS (#7353) (03/12/19)
  • Distributed: Allow healing if all disks are on root partitions (#7358) (03/12/19)
  • Add JSON Path expression evaluation support (#7315) (03/09/19)
  • Skip non-bucket dns entry in federated bucket list (#7339) (03/08/19)
  • http2 throws custom error Content-Length shorter handle it (#7334) (03/07/19)
  • Use jstream to serialize records to JSON format in S3Select (#7318) (03/07/19)
  • Downgrade node temporarily (#7333) (03/06/19)
minio - Minor Bug Fix Release

Published by minio-ops over 5 years ago

Highlights

  • Added support for temporary credentials for minio users via AssumeRole API. See here for details.
  • Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints.

Changelog

  • s3: Fix precondition failed in CopyObjectPart when src is encrypted (#7276) (03/06/19)
  • CORS: Expose all headers on response (#7331) (03/06/19)
  • Fix posix tests for SimpleCI (#7328) (03/05/19)
  • Construct dynamic XML error responses for postpolicyform validation (#7321) (03/06/19)
  • fs mode: List already existing buckets with capital letters (#7244) (03/05/19)
  • Replace snappy.Writer/io.Pipe with snappyCompressReader. (#7316) (03/05/19)
  • Fix a race in tests (#7326) (03/05/19)
  • Close GlobalServiceDoneCh when quitting (#7322) (03/04/19)
  • update simple-ci scripts (#7309) (03/03/19)
  • Update vendored sjson (includes a bug fix) (#7317) (03/01/19)
  • Remove minio-go validator from vendor dir (#7312) (02/28/19)
  • Filter Expires header from user metadata (#7269) (02/28/19)
  • Implement AssumeRole API for Minio users (#7267) (02/27/19)
  • Improve ListObjects performance by listing in parallel (#7270) (02/27/19)
  • run gateway mint test in full mode (#7296) (02/27/19)
  • Support detecting mountpoints correctly (#7288) (02/26/19)
  • Share button icon is changed (#7300) (02/26/19)
  • Return ETag for 0-byte object prefixes (#7291) (02/26/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Added support in Minio to persist events in a provided directory or in-memory, if the MQTT broker is in a disconnected state. This prevents event loss from happening. See #7268 for details.
  • Support for multiple domains in MINIO DOMAIN env variable. See #7274 for details.
  • Bug fixes in various areas such as json & csv handling.

Changelog

  • Event persistence for MQTT (#7268) (02/26/19)
  • fix json syntax (#7285) (02/25/19)
  • s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19)
  • Allow lazyQuotes for certain types of CSV (#7278) (02/24/19)
  • s3: Add support of encodingType parameter (#7265) (02/24/19)
  • Fix healthcheck script to wait for netstat command output (#7275) (02/23/19)
  • Support multiple-domains in MINIO_DOMAIN (#7274) (02/22/19)
  • Update vendorized bcicen/jstream (#7257) (02/20/19)
  • Write xml.Header first instead of spaces to handle XML parsers (#7253) (02/20/19)
  • Fix mac build failure for healthcheck binary (#7263) (02/20/19)
  • Fix GetLocalPeer usage in perf handlers (#7249) (02/20/19)
minio - Major Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Security Fix: Incoming requests with unusual behavior are now validated.Please see here for more details. Upgrade is recommended.
  • Simplified and fixed vault token renewal. See #7241 for details.
  • Added support for HTTP/2.0 in Minio Server. See #7204 for details.

Changelog

  • Detect change in underlying mounted disks (#7229) (02/20/19)
  • Revert PR #7241 to fix vault renewal (#7259) (02/20/19)
  • Implement Docker healthcheck script in Go (#7105) (02/20/19)
  • Validate and reject unusual requests (#7258) (02/19/19)
  • Fix: send decrypted size to notification event (#7248) (02/19/19)
  • Do not pro-actively return false in isObjectDir() (#7246) (02/15/19)
  • Add proper requestID for STS errors (#7245) (02/14/19)
  • Support HTTP/2.0 (#7204) (02/14/19)
  • COUNT() function in select should return an int (#7243) (02/13/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Fixes a nil pointer dereference issue that can occur with the Vault KMS. See #7241 for full details.
  • Miscellaneous other bug fixes.

Changelog

  • Use context to fill in more details about error XML (#7232) (02/13/19)
  • Detect peer reboots to invalidate current storage REST clients (#7227) (02/13/19)
  • crypto: fix nil pointer dereference of vault secret (#7241) (02/14/19)
  • Introduce staticcheck for stricter builds (#7035) (02/13/19)
  • Select should return early errors as XML (#7230) (02/12/19)
  • storage: Increase the timeout of storage REST requests (#7218) (02/13/19)
minio - Critical Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Critical Security fixes have been made. Please see #7234. Please upgrade immediately.
  • Added support for Avx512. See #7225
  • Community Request: Brought back support for B2 gateway. S3 #7224
  • Bugfixes in the areas of S3 Select, healing, bucket notifications and miscellaneous other areas.

Changelog

  • Evaluate where clause in aggregation queries (#7235) (02/12/19)
  • Validate incoming requests (#7234) (02/12/19)
  • Vendor the upstream changes with Avx512 (#7225) (02/12/19)
  • Support unknown gateway errors and convert at handler layer (#7219) (02/12/19)
  • Revert and bring back B2 gateway implementation (#7224) (02/11/19)
  • Fix DummyHandlers to authorize and send/validate correct XMLs (#7223) (02/11/19)
  • Update Redis client used for bucket notifications (#7213) (02/11/19)
  • Remove GPL go-lzo dependency for parquet-go (#7220) (02/11/19)
  • Revamp bucket metadata healing (#7208) (02/10/19)
  • Comment Typo: Changed 'jason' to 'json` (#7216) (02/10/19)
  • Added documentation for MINIO_HTTP_TRACE (#7207) (02/10/19)
  • Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) (02/08/19)
  • remove unnecessary buffer while discarding stream (#7214) (02/08/19)
  • Fix mc event add event flag (#7210) (02/08/19)
  • Implements dummy tagging handlers for Terraform (#7040) (02/08/19)
  • Improved error message for user and access key conflict (#7190) (02/08/19)
  • Fix JSON parser handling for certain objects (#7162) (02/06/19)
  • azure gateway: return MD5Sum as ETag for S3 API compatibility (#6884) (02/06/19)
  • Fix S3 Select request XML parsing (#7202) (02/06/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Timestamp support in SQL Select. See #7185 for more details.
  • Bugfixes in various areas such as healing, multipart, request parsing in S3 select and STS API.

Changelog

  • Fix S3 Select request XML parsing (#7202) (02/06/19)
  • Update yaml files to latest version RELEASE.2019-02-06T21-16-36Z (02/06/19)
  • Make sure to drain body upon an error (#7197) (02/06/19)
  • Allow format.json healing on dev/test setup (single node XL, all root disks) (#7170) (02/06/19)
  • Flush the records staging buffer periodically (#7193) (02/06/19)
  • Send white spaces to client till completeMultipart() process completes (#7198) (02/05/19)
  • Redo how to handle stale dangling files (#7171) (02/05/19)
  • Added support for reading body in STS API (#7188) (02/05/19)
  • Create Cors handler with permissive configuration (#7186) (02/05/19)
  • Remove duplicate code in object-handlers.go (#7176) (02/05/19)
  • Add support for Timestamp data type in SQL Select (#7185) (02/04/19)
  • Use loadCachedConfigs appropriately to load ENVs (#7187) (02/03/19)
  • Use O_EXCL when creating file as we never overwrite an existing file (#7189) (02/01/19)
  • Enable CI control from repository: Add Dockerfile.simpleci (#7122) (02/01/19)
  • Add more information in our select docs (#7177) (02/01/19)
  • xl: ListObjectParts uses the latest valid xl meta (#7184) (02/01/19)
  • Remove sporadic tests which fail on windows (#7178) (01/31/19)
  • Return proper errors for invalid bodies (#7179) (01/31/19)
  • CopyObjectPart: remove duplicated etag decryption (#7174) (01/31/19)
minio - Major Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Major improvements to S3 Select. See #7102 & #7158 for details.
  • Several bugfixes and improvements in healing. See #7154, #7172, #7148, #7155 & #7089
  • Miscellaneous fixes in the areas of vault auto-renew, notifications (MQTT) and etcd.

Changelog

  • Only heal on disks where we are sure that healing is needed (#7148) (01/30/19)
  • heal: Fix healing empty directories (#7154) (01/30/19)
  • Bucket Heal: Do not add empty endpoint entry (#7172) (01/30/19)
  • Make sure to pass the right username for correct ConditionValues (#7169) (01/30/19)
  • Add Historic CPU and memory stats (#7136) (01/29/19)
  • update kms docs example to set a longer period for token renewal (#7149) (01/29/19)
  • Fix vault client to autorenew or reauthenticate (#7161) (01/29/19)
  • Support AWS envs creds for non-aws endpoints in S3 gateway (#7156) (01/29/19)
  • clientID removed in the MQTT config (#7157) (01/29/19)
  • Use a buffer to collect SQL Select result rows (#7158) (01/28/19)
  • Add new SQL parser to support S3 Select syntax (#7102) (01/28/19)
  • Avoid code which looks at local files when etcd is configured (#7144) (01/28/19)
  • Remove '.minio.sys/tmp' files in background (#7124) (01/26/19)
  • Reduce heal parallelism (#7155) (01/25/19)
  • Top Locks command implementation (#7052) (01/24/19)
  • Fix liveness check for NAS gateway (#7142) (01/24/19)
  • logger: do not interpret encoded url as format string (#7110) (01/24/19)
  • Healing process should not heal root disk (#7089) (01/23/19)
minio - Major Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • New bitrot streaming implementation stores checksum as part of the stream, improving memory efficiency. See #7004 for full details.
  • Removal of old unmaintained gateways. See #7115 for details.
  • Miscellaneous bugfixes and improvements in the areas of policy management and etcd.

Changelog

  • Use IAM creds only if endpoint is S3 (#7111) (01/24/19)
  • Handle errs returned with etcd properly for config init and migration (#7134) (01/24/19)
  • Vendorize all recent changes to minio-go (#7135) (01/23/19)
  • heal: Preserve deployment ID from reference format.json (#7126) (01/23/19)
  • Fix regexp matcher of browser assets and paths (#7083) (01/22/19)
  • load system CAs before trying to load custom CAs (#7133) (01/22/19)
  • Fix slack Link (#7131) (01/22/19)
  • Add example for IPv6 for address flag (#7127) (01/22/19)
  • Fix build issues on BSDs in pkg/cpu (#7116) (01/22/19)
  • Support policy variable replacement (#7085) (01/21/19)
  • Remove gateway implementations for manta, sia and b2 (#7115) (01/20/19)
  • Add policy conditions support for Listing operations on browser (#7106) (01/20/19)
  • Do not do StorageInfo() and ListBuckets() for FS/Erasure in health check handler (#7090) (01/19/19)
  • Support rootCAs for notification targets (#7108) (01/20/19)
  • Fix healing whole file bitrot (#7123) (01/19/19)
  • Add proper contexts with timeouts for etcd operations (#7097) (01/18/19)
  • Simplify parallelReader.Read() (#7109) (01/18/19)
  • change credential chain order in s3 gateway to mimic official docs (#7091) (01/17/19)
  • Handle multiple conditions in policies (#7079) (01/17/19)
  • Streaming bitrot verification support (#7004) (01/17/19)
minio - Minor Bug Fix Release

Published by minio-trusted almost 6 years ago

Highlights

  • Admin API provides CPU load and memory usage information.
  • New queueDir parameter to let MQTT notifications persist to disk and retry failed deliveries.
  • Various bug fixes, documentation updates and other improvements.

Changelog

  • Add version as part of Server: header (#7100) (01/16/19)
  • Fix lint warnings (#7099) (01/16/19)
  • Support V2 signatures when autoencryption is enabled (#7084) (01/16/19)
  • Inherit certsDir from configDir if latter is set (#7098) (01/16/19)
  • Rebase minio/parquet-go and fix null handling. (#7067) (01/16/19)
  • Avoid holding write lock on config in situations where it is not needed (#7082) (01/16/19)
  • Update STS API docs with Version query param (#7071) (01/16/19)
  • doc: add security documentation to provide some background info (#7028) (01/15/19)
  • Remove Minio server arch, version from Server: header (#7074) (01/15/19)
  • Add missing time import to counter_darwin.go (#7081) (01/14/19)
  • Persist offline mqtt events in the queueDir and replay (#7037) (01/14/19)
  • Migrate all Peer communication to common Notification subsystem (#7031) (01/14/19)
  • link to ppc64le binary added (#7065) (01/11/19)
  • Fix server side copy of files with ? in - fixes #7058 (#7059) (01/10/19)
  • Add ServerCPULoadInfo() and ServerMemUsageInfo() admin API (#7038) (01/09/19)
minio - Major Feature Release

Published by minio-trusted almost 6 years ago

Highlights

  • Adds double encryption feature that allows S3 gateway to encrypt objects before sending to the backend (which may also independently encrypt objects).
  • Add Parquet format support for S3 Select API.

Changelog

  • Fix copy from encrypted multipart to single encrypted part (#7056) (01/09/19)
  • Display message on failure to get lock on format.json in fs mode on startup (#6538) (01/09/19)
  • virtual host: Fix making new buckets (#7054) (01/09/19)
  • Refactor s3select to support parquet. (#7023) (01/08/19)
  • Upgrade to Webpack 4 (#7045) (01/08/19)
  • GCS ListMultipartUploads: Don't return on first uploadid (#7014) (01/08/19)
  • Avoid printing in S3 tests (#7043) (01/07/19)
  • Add double encryption at S3 gateway. (#6423) (01/05/19)
  • Add support for AssumeRoleWithWebIdentity (#6985) (01/04/19)
  • Deprecate config-dir bring in certs-dir for TLS configuration (#7033) (01/02/19)
  • Add ServerDrivesPerfInfo() admin API (#6969) (12/31/18)
  • Update go-sql-driver/mysql package (#7019) (12/29/18)
  • Move docker edge to latest Go as well (#7030) (12/28/18)
  • Migrate to Go version 1.11.4 (#7026) (12/28/18)
  • Add boolean function condition support (#7027) (12/28/18)
minio - Minor bug fix release

Published by minio-trusted almost 6 years ago

Highlights

  • Add support for hostname lookups in MINIO_PUBLIC_IPS under federation deployments.
  • Fixes bugs in policy validation, S3 compatibility issue in ListObjects etc.
  • Docker edge builds are now multi-staged to reduce the overall size of the image.

Changelog

  • Add etcd as prerequisite for multi-user in gateway (#7022) (12/27/18)
  • Add support for new policy conditions (#7024) (12/26/18)
  • Fix policy bugs Null conditions and canonical names (#7021) (12/26/18)
  • Add support for hostname lookups instead of IPs in MINIO_PUBLIC_IPS (#7018) (12/23/18)
  • Buffconn should buffer upto maxHeaderBytes to avoid ErrBufferFull (#7017) (12/22/18)
  • Add multi-stage build of docker edge image (#7005) (12/21/18)
  • s3: Don't set NextMarker when listing is not truncated (#7012) (12/20/18)
  • Update reedsolomon/highwayhash to start using ppc64le support (#7003) (12/20/18)
minio - Major Feature Release

Published by minio-trusted almost 6 years ago

Highlights

  • Added support for auto-encryption in Minio Server. See here for more information.
  • Annonymous Flag support to log information with sensitivity. See #6899.
  • Support for IPv6 in Minio Server. See #6947.
  • Improvements to Minio Server when running in Federated Mode. See #6891.
  • Miscellaneous bug fixes in various areas.

Changelog

  • CopyObject:Set Content-Type to application/octet-stream if it is not set (#6958) (12/19/18)
  • Fix ETag handling with auto-encryption with CopyObject conditions (#7000) (12/19/18)
  • Change lock name to include names instead of hash. (#6886) (12/19/18)
  • Deletion of subfolders of multipart (#6961) (12/20/18)
  • Add support for federation on browser (#6891) (12/19/18)
  • Fix csv output delimiter bug (#6994) (12/18/18)
  • Add anonymous flag to prevent logging sensitive information (#6899) (12/19/18)
  • Reload users upon AddUser on peers (#6975) (12/18/18)
  • Fix NAS Gateway Docker command example (#6967) (12/19/18)
  • Return proper errors when admin API is not initialized (#6988) (12/18/18)
  • add howto generate a master key and add master key disclaimer (#6992) (12/18/18)
  • Make sure env are loaded before gateway layer initialization (#6989) (12/18/18)
  • Send deployment ID in notification event response elements (#6991) (12/18/18)
  • Turn off printing IPv6 endpoints when listening on all interfaces (#6986) (12/18/18)
  • Disallow SSE requests when object layer has encryption disabled (#6981) (12/14/18)
  • Small corrections and example for auto-encryption (#6982) (12/14/18)
  • update KMS README.md to set approle env (#6978) (12/14/18)
  • add auto-encryption feature (#6523) (12/14/18)
  • Support IPv6 in minio command line (#6947) (12/13/18)
  • Allow versionId to be null for Delete,CopyObjectPart (#6972) (12/13/18)
  • Remove duplicate switch case (#6966) (12/14/18)
  • Do not list objects unless specified in policy (#6970) (12/13/18)
  • S3 api: Ignore encoding in xml body (#6953) (12/13/18)