You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
poornas 79e21601b0
fix: web handlers to enforce replication (#10249)
4 years ago
..
config move the certPool loader function into pkg/certs (#10239) 4 years ago
crypto security: Remove insecure custom headers (#10244) 4 years ago
gateway Use hdfs.Readdir() to optimize HDFS directory listings (#10121) 4 years ago
http fix: web handlers to enforce replication (#10249) 4 years ago
jwt fix: send valid claims in AuditLogs for browser requests (#9713) 4 years ago
logger Move dependency from minio-go v6 to v7 (#10042) 4 years ago
rest fix: Pass context all the way down to the network call in lockers (#10161) 4 years ago
acl-handlers.go migrate all bucket metadata into a single file (#9586) 4 years ago
admin-bucket-handlers.go fix: Change ListBucketTargets handler (#10217) 4 years ago
admin-handlers-config-kv.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
admin-handlers-users.go Export bucket usage counts as part of bucket metrics (#9710) 4 years ago
admin-handlers.go fix: refactor background heal for cluster health (#10225) 4 years ago
admin-handlers_test.go Support bucket versioning (#9377) 4 years ago
admin-heal-ops.go fix: refactor background heal for cluster health (#10225) 4 years ago
admin-router.go fix: Change ListBucketTargets handler (#10217) 4 years ago
admin-server-info.go fix: admin info output and improve overall performance (#10015) 4 years ago
api-datatypes.go azure: Return success when deleting non-existent object (#9981) 4 years ago
api-errors.go fix: Change ListBucketTargets handler (#10217) 4 years ago
api-errors_test.go Move etcd, logger, crypto into their own packages (#8366) 5 years ago
api-headers.go security: Remove insecure custom headers (#10244) 4 years ago
api-headers_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
api-resources.go listV2: Continuation and NextContinuation tokens are encoded with base64 (#8337) 5 years ago
api-resources_test.go Increase maximum 1000 List keys to 10000 (#8444) 5 years ago
api-response.go security: Remove insecure custom headers (#10244) 4 years ago
api-response_test.go fix: obtain correct location string with DNS style buckets (#10060) 4 years ago
api-router.go fix: add missing content-disposition from CORS handler (#10137) 4 years ago
api-utils.go Make Encoding URL more compliant to S3 spec (#7360) 5 years ago
api-utils_test.go Make Encoding URL more compliant to S3 spec (#7360) 5 years ago
auth-handler.go fix: handle array policies in JWT claim (#10041) 4 years ago
auth-handler_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
background-heal-ops.go fix: refactor background heal for cluster health (#10225) 4 years ago
background-newdisks-heal-ops.go fix: refactor background heal for cluster health (#10225) 4 years ago
benchmark-utils_test.go Support bucket versioning (#9377) 4 years ago
bitrot-streaming.go use GlobalContext whenever possible (#9280) 4 years ago
bitrot-whole.go use GlobalContext whenever possible (#9280) 4 years ago
bitrot.go Support bucket versioning (#9377) 4 years ago
bitrot_test.go Support bucket versioning (#9377) 4 years ago
bootstrap-peer-server.go fix: proxies set keep-alive timeouts to be system dependent (#10199) 4 years ago
bucket-encryption-handlers.go Relax content-md5 requirement in set encryption handler (#9750) 4 years ago
bucket-encryption.go Support bucket versioning (#9377) 4 years ago
bucket-encryption_test.go Add support for bucket encryption feature (#8890) 4 years ago
bucket-handlers.go Refactor replication target management. (#10154) 4 years ago
bucket-handlers_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
bucket-lifecycle-handlers.go simplify further bucket configuration properly (#9650) 4 years ago
bucket-lifecycle-handlers_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
bucket-lifecycle.go Support bucket versioning (#9377) 4 years ago
bucket-listobjects-handlers.go support proper values for listMultipartUploads/listParts (#9970) 4 years ago
bucket-metadata-sys.go Refactor replication target management. (#10154) 4 years ago
bucket-metadata.go fix: allow FS mode situations when conflicting files exist (#10185) 4 years ago
bucket-metadata_gen.go Rename replication target handler (#10142) 4 years ago
bucket-metadata_gen_test.go migrate all bucket metadata into a single file (#9586) 4 years ago
bucket-notification-handlers.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
bucket-object-lock.go Support bucket versioning (#9377) 4 years ago
bucket-policy-handlers.go Support bucket versioning (#9377) 4 years ago
bucket-policy-handlers_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
bucket-policy.go fix: copyObject key rotation issue (#10085) 4 years ago
bucket-quota.go Apply quota usage cache invalidation per second (#10127) 4 years ago
bucket-replication.go fix: web handlers to enforce replication (#10249) 4 years ago
bucket-targets.go fix: web handlers to enforce replication (#10249) 4 years ago
bucket-versioning-handler.go fix: disallow versioning to be suspended with object lock (#9930) 4 years ago
bucket-versioning.go Support bucket versioning (#9377) 4 years ago
build-constants.go Add support for minioreleaser a fork for goreleaser (#9890) 4 years ago
common-main.go refactor server update behavior (#10107) 4 years ago
config-common.go fix: allow FS mode situations when conflicting files exist (#10185) 4 years ago
config-current.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
config-current_test.go Avoid pointer based copy, instead use Clone() (#8547) 5 years ago
config-dir.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
config-encrypted.go fix: migrate to go.etcd.io import path (#9987) 4 years ago
config-encrypted_test.go Config migration should handle plain-text (#8506) 5 years ago
config-migrate.go fix: support healing older content (#10076) 4 years ago
config-migrate_test.go Order all keys in config (#8541) 5 years ago
config-versions.go Migrate config to KV data format (#8392) 5 years ago
config.go fix: support healing older content (#10076) 4 years ago
consolelogger.go Support bucket versioning (#9377) 4 years ago
copy-part-range.go Support bucket versioning (#9377) 4 years ago
copy-part-range_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
crossdomain-xml-handler.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
crossdomain-xml-handler_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
data-crawler.go fix ILM should not remove a protected version (#10189) 4 years ago
data-update-tracker.go add dnsStore interface for upcoming operator webhook (#10077) 4 years ago
data-update-tracker_test.go add data update tracking using bloom filter (#9208) 4 years ago
data-usage-cache.go Enforce quota checks after crawl (#10036) 4 years ago
data-usage-cache_gen.go merge object lifecycle checks into usage crawler (#9579) 4 years ago
data-usage-cache_gen_test.go merge object lifecycle checks into usage crawler (#9579) 4 years ago
data-usage.go merge object lifecycle checks into usage crawler (#9579) 4 years ago
data-usage_test.go merge object lifecycle checks into usage crawler (#9579) 4 years ago
disk-cache-backend.go fix: return Range errors after If-Matches (#10045) 4 years ago
disk-cache-check-support_other.go Use registry to check Atime support on Windows (#9741) 4 years ago
disk-cache-check-support_windows.go Use registry to check Atime support on Windows (#9741) 4 years ago
disk-cache-stats.go fix: export prometheus metrics for cache GC triggers (#9815) 4 years ago
disk-cache-utils.go Enforce quota checks after crawl (#10036) 4 years ago
disk-cache-utils_test.go Add cache eviction low and high watermarks (#8958) 4 years ago
disk-cache.go Add validation in cache for offline drives (#10146) 4 years ago
disk-cache_test.go Remove brittle tests for cache (#9570) 4 years ago
dummy-data-generator_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
dummy-handlers.go Add support for server side bucket replication (#9882) 4 years ago
dynamic-timeouts.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
dynamic-timeouts_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
encryption-v1.go fix: copyObject encryption from unencrypted object (#10102) 4 years ago
encryption-v1_test.go fix: return Range errors after If-Matches (#10045) 4 years ago
endpoint-ellipses.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
endpoint-ellipses_test.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
endpoint.go add dnsStore interface for upcoming operator webhook (#10077) 4 years ago
endpoint_test.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
erasure-bucket.go add unformatted disk as part of the error list (#10128) 4 years ago
erasure-coding.go Support bucket versioning (#9377) 4 years ago
erasure-common.go Support bucket versioning (#9377) 4 years ago
erasure-common_test.go Support bucket versioning (#9377) 4 years ago
erasure-decode.go fix: pop entries from each drives in parallel (#9918) 4 years ago
erasure-decode_test.go Support bucket versioning (#9377) 4 years ago
erasure-encode.go Support bucket versioning (#9377) 4 years ago
erasure-encode_test.go Support bucket versioning (#9377) 4 years ago
erasure-errors.go Support bucket versioning (#9377) 4 years ago
erasure-heal_test.go Support bucket versioning (#9377) 4 years ago
erasure-healing-common.go Support bucket versioning (#9377) 4 years ago
erasure-healing-common_test.go Support bucket versioning (#9377) 4 years ago
erasure-healing.go allow server to start even with corrupted/faulty disks (#10175) 4 years ago
erasure-healing_test.go Support bucket versioning (#9377) 4 years ago
erasure-list-objects.go fix: make sure to honor versioning from browser UI deletes (#10016) 4 years ago
erasure-lowlevel-heal.go Support bucket versioning (#9377) 4 years ago
erasure-metadata-utils.go Support bucket versioning (#9377) 4 years ago
erasure-metadata-utils_test.go Support bucket versioning (#9377) 4 years ago
erasure-metadata.go add CopyObject optimization when source and destination are same (#10170) 4 years ago
erasure-metadata_test.go Support bucket versioning (#9377) 4 years ago
erasure-multipart.go fix: web handlers to enforce replication (#10249) 4 years ago
erasure-object.go fix: web handlers to enforce replication (#10249) 4 years ago
erasure-object_test.go fix: quorum calculation mistake with reduced parity (#10186) 4 years ago
erasure-sets.go add cluster maintenance healthcheck drive heal affinity (#10218) 4 years ago
erasure-sets_test.go Support bucket versioning (#9377) 4 years ago
erasure-utils.go Support bucket versioning (#9377) 4 years ago
erasure-zones.go feat: cache env value in-case network is not reachable (#10251) 4 years ago
erasure.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
erasure_test.go Support bucket versioning (#9377) 4 years ago
etcd.go fix: migrate to go.etcd.io import path (#9987) 4 years ago
fallocate.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fallocate_linux.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fallocate_linux_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fastwalk.go Forward RPC errors from crawler (#9569) 4 years ago
format-disk-cache.go Send the lower level error directly from GetDiskID() (#10095) 4 years ago
format-disk-cache_test.go Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
format-erasure.go allow server to start even with corrupted/faulty disks (#10175) 4 years ago
format-erasure_test.go allow server to start even with corrupted/faulty disks (#10175) 4 years ago
format-fs.go Support bucket versioning (#9377) 4 years ago
format-fs_test.go Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
format-meta.go Fix writing 'format.json' and make it atomic (#8296) 5 years ago
fs-v1-helpers.go fix: reduce an extra system call for writes instead fail later (#10187) 4 years ago
fs-v1-helpers_test.go Support bucket versioning (#9377) 4 years ago
fs-v1-metadata.go Add ObjectTagging Support (#8754) 5 years ago
fs-v1-metadata_test.go Support bucket versioning (#9377) 4 years ago
fs-v1-multipart.go Support bucket versioning (#9377) 4 years ago
fs-v1-multipart_test.go Support bucket versioning (#9377) 4 years ago
fs-v1-rwpool.go use GlobalContext whenever possible (#9280) 4 years ago
fs-v1-rwpool_test.go Support bucket versioning (#9377) 4 years ago
fs-v1.go fs: listObjects shouldn't take FS locks while listing (#10248) 4 years ago
fs-v1_test.go Support bucket versioning (#9377) 4 years ago
gateway-common.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
gateway-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-env.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-interface.go Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
gateway-main.go move the certPool loader function into pkg/certs (#10239) 4 years ago
gateway-main_test.go [Bugfix] duplicating flag registration (#7853) 5 years ago
gateway-metrics.go simplify usage of mutexes and atomic constants (#9501) 4 years ago
gateway-startup-msg.go print proper certinfo on console when starting up (#9479) 4 years ago
gateway-startup-msg_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-unsupported.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
generic-handlers.go Add support for server side bucket replication (#9882) 4 years ago
generic-handlers_test.go Support bucket versioning (#9377) 4 years ago
global-heal.go fix: refactor background heal for cluster health (#10225) 4 years ago
globals.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
handler-api.go add dnsStore interface for upcoming operator webhook (#10077) 4 years ago
handler-utils.go security: Remove insecure custom headers (#10244) 4 years ago
handler-utils_test.go Migrate config to KV data format (#8392) 5 years ago
hasher.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
healthcheck-handler.go fix: Pass context all the way down to the network call in lockers (#10161) 4 years ago
healthcheck-router.go fix: readiness needs to be like liveness (#9941) 4 years ago
http-stats.go fix: use unused cacheMetrics code in prometheus (#9588) 4 years ago
http-tracer.go feat: time to bring back http2.0 support (#10230) 4 years ago
httprange.go Cache only the range requested for range GETs (#8599) 5 years ago
httprange_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
iam-etcd-store.go feat: allow service accounts to be generated with OpenID STS (#10184) 4 years ago
iam-object-store.go feat: allow service accounts to be generated with OpenID STS (#10184) 4 years ago
iam.go feat: allow service accounts to be generated with OpenID STS (#10184) 4 years ago
jwt.go fix: Disable presigned without appropriate policy (#9621) 4 years ago
jwt_test.go jwt: Simplify JWT parsing (#8802) 4 years ago
leak-detect_test.go
listen-notification-handlers.go fix: avoid buffering of server sent events by proxies (#10164) 4 years ago
local-locker.go fix: Pass context all the way down to the network call in lockers (#10161) 4 years ago
lock-rest-client.go feat: time to bring back http2.0 support (#10230) 4 years ago
lock-rest-client_test.go fix: Pass context all the way down to the network call in lockers (#10161) 4 years ago
lock-rest-server-common.go Add a custom healthcheck function for online status (#9858) 4 years ago
lock-rest-server-common_test.go jwt: Simplify JWT parsing (#8802) 4 years ago
lock-rest-server.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
main.go enable --compat flag by default (#9326) 4 years ago
merge-walk-pool.go fix: fix lockup in merge-walk pool (#10098) 4 years ago
merge-walk-pool_test.go fix: fix lockup in merge-walk pool (#10098) 4 years ago
metrics-router.go enable full linter across the codebase (#9620) 4 years ago
metrics.go turn-off bucket usage metrics in gateway mode (#10150) 4 years ago
namespace-lock.go preserve context per request for local locks (#9828) 4 years ago
namespace-lock_test.go fix: possiblity of double write lockers on same resource (#9616) 4 years ago
naughty-disk_test.go Support bucket versioning (#9377) 4 years ago
net.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
net_test.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
notification.go fix: refactor background heal for cluster health (#10225) 4 years ago
obdinfo.go add additional fdatasync before close() on writes (#9947) 4 years ago
obdinfo_other.go add additional fdatasync before close() on writes (#9947) 4 years ago
obdinfo_unix.go add additional fdatasync before close() on writes (#9947) 4 years ago
object-api-common.go add unformatted disk as part of the error list (#10128) 4 years ago
object-api-datatypes.go add CopyObject optimization when source and destination are same (#10170) 4 years ago
object-api-deleteobject_test.go Support bucket versioning (#9377) 4 years ago
object-api-errors.go fix: Change ListBucketTargets handler (#10217) 4 years ago
object-api-getobject_test.go Support bucket versioning (#9377) 4 years ago
object-api-getobjectinfo_test.go Support bucket versioning (#9377) 4 years ago
object-api-input-checks.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
object-api-interface.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
object-api-listobjects_test.go fix: pop entries from each drives in parallel (#9918) 4 years ago
object-api-multipart_test.go Support bucket versioning (#9377) 4 years ago
object-api-options.go fix: web handlers to enforce replication (#10249) 4 years ago
object-api-putobject_test.go Support bucket versioning (#9377) 4 years ago
object-api-utils.go fix: copyObject key rotation issue (#10085) 4 years ago
object-api-utils_test.go fix size accounting for encrypted/compressed objects (#9690) 4 years ago
object-handlers-common.go fix: return Range errors after If-Matches (#10045) 4 years ago
object-handlers-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
object-handlers.go fix: web handlers to enforce replication (#10249) 4 years ago
object-handlers_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
object_api_suite_test.go Support bucket versioning (#9377) 4 years ago
os-dirent_fileino.go allow large buffer to list more entries per directory (#9785) 4 years ago
os-dirent_ino.go allow large buffer to list more entries per directory (#9785) 4 years ago
os-dirent_namelen_bsd.go allow large buffer to list more entries per directory (#9785) 4 years ago
os-dirent_namelen_linux.go allow large buffer to list more entries per directory (#9785) 4 years ago
os-readdir_other.go Support bucket versioning (#9377) 4 years ago
os-readdir_test.go Support bucket versioning (#9377) 4 years ago
os-readdir_unix.go Support bucket versioning (#9377) 4 years ago
os-readdir_windows.go Support bucket versioning (#9377) 4 years ago
os-reliable.go tests: Fix one multi-delete test failure in Windows CI (#9602) 4 years ago
os-reliable_test.go Support bucket versioning (#9377) 4 years ago
peer-rest-client.go fix: proxies set keep-alive timeouts to be system dependent (#10199) 4 years ago
peer-rest-common.go refactor server update behavior (#10107) 4 years ago
peer-rest-server.go fix: refactor background heal for cluster health (#10225) 4 years ago
policy_test.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
post-policy_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
postpolicyform.go Remove unusued params and functions (#8399) 5 years ago
postpolicyform_test.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
prepare-storage.go feat: time to bring back http2.0 support (#10230) 4 years ago
routers.go fix: cors handling after gorilla mux update (#9980) 4 years ago
server-main.go move the certPool loader function into pkg/certs (#10239) 4 years ago
server-main_test.go Support bucket versioning (#9377) 4 years ago
server-rlimit.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
server-startup-msg.go Preserve errors returned by diskInfo to detect disk errors (#9727) 4 years ago
server-startup-msg_test.go print proper certinfo on console when starting up (#9479) 4 years ago
server_test.go fix: add missing content-disposition from CORS handler (#10137) 4 years ago
service.go re-implement data usage crawler to be more efficient (#9075) 4 years ago
setup-type.go Support bucket versioning (#9377) 4 years ago
signals.go feat: time to bring back http2.0 support (#10230) 4 years ago
signature-v2.go add missing signature v2 query params (#9670) 4 years ago
signature-v2_test.go Migrate config to KV data format (#8392) 5 years ago
signature-v4-parser.go fix: sts to return appropriate errors (#9161) 4 years ago
signature-v4-parser_test.go fix: sts to return appropriate errors (#9161) 4 years ago
signature-v4-utils.go use GlobalContext whenever possible (#9280) 4 years ago
signature-v4-utils_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
signature-v4.go Move dependency from minio-go v6 to v7 (#10042) 4 years ago
signature-v4_test.go Migrate config to KV data format (#8392) 5 years ago
storage-datatypes.go fix: support healing older content (#10076) 4 years ago
storage-errors.go fix: reduce an extra system call for writes instead fail later (#10187) 4 years ago
storage-interface.go Support bucket versioning (#9377) 4 years ago
storage-rest-client.go feat: time to bring back http2.0 support (#10230) 4 years ago
storage-rest-common.go fix: crash in storage rest client due to spurious query params (#9924) 4 years ago
storage-rest-server.go fix: avoid buffering of server sent events by proxies (#10164) 4 years ago
storage-rest_test.go fix: make sure to use uniform drive count calculation (#10208) 4 years ago
streaming-signature-v4.go re-implement data usage crawler to be more efficient (#9075) 4 years ago
streaming-signature-v4_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
sts-datatypes.go Fix LDAP responseXML to be named appropriately (#8285) 5 years ago
sts-errors.go fixes misleading assume role error msgs (#9642) 4 years ago
sts-handlers.go feat: allow service accounts to be generated with OpenID STS (#10184) 4 years ago
test-utils_test.go fix: add missing content-disposition from CORS handler (#10137) 4 years ago
tree-walk-pool.go fix: fix lockup in merge-walk pool (#10098) 4 years ago
tree-walk-pool_test.go fix: threadwalk lockup under high load (#9992) 4 years ago
tree-walk.go non-empty dirs should not be listed as objects (#9129) 4 years ago
tree-walk_test.go Support bucket versioning (#9377) 4 years ago
typed-errors.go fix: optimize IAM users load, add fallback (#9809) 4 years ago
update-notifier.go Refactor config and split them in packages (#8351) 5 years ago
update-notifier_test.go Refactor config and split them in packages (#8351) 5 years ago
update.go refactor server update behavior (#10107) 4 years ago
update_test.go refactor server update behavior (#10107) 4 years ago
utils.go feat: time to bring back http2.0 support (#10230) 4 years ago
utils_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
version_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
web-handler-context.go use GlobalContext whenever possible (#9280) 4 years ago
web-handler-context_test.go Pass on web-handler arguments properly to log entries (#7894) 5 years ago
web-handlers.go fix: web handlers to enforce replication (#10249) 4 years ago
web-handlers_test.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
web-router.go feat: Add notification support for bucketCreates and removal (#10075) 4 years ago
xl-storage-disk-id-check.go fix: diskInfo should check diskID only if disk is online (#10058) 4 years ago
xl-storage-errors.go Support bucket versioning (#9377) 4 years ago
xl-storage-errors_test.go Support bucket versioning (#9377) 4 years ago
xl-storage-format-utils.go fix: support healing older content (#10076) 4 years ago
xl-storage-format-v1.go Support bucket versioning (#9377) 4 years ago
xl-storage-format-v1_gen.go Support bucket versioning (#9377) 4 years ago
xl-storage-format-v1_gen_test.go Support bucket versioning (#9377) 4 years ago
xl-storage-format-v2.go security: Remove insecure custom headers (#10244) 4 years ago
xl-storage-format-v2_gen.go fix: simplify data structure before release (#9968) 4 years ago
xl-storage-format-v2_gen_test.go Support bucket versioning (#9377) 4 years ago
xl-storage-format_test.go Support bucket versioning (#9377) 4 years ago
xl-storage.go add cluster maintenance healthcheck drive heal affinity (#10218) 4 years ago
xl-storage_test.go fix: reduce an extra system call for writes instead fail later (#10187) 4 years ago
xl-storage_unix_test.go Support bucket versioning (#9377) 4 years ago
xl-storage_windows_test.go Support bucket versioning (#9377) 4 years ago