minio/cmd
Andreas Auernhammer ca6b4773ed add SSE-C support for HEAD, GET, PUT (#4894)
This change adds server-side-encryption support for HEAD, GET and PUT
operations. This PR only addresses single-part PUTs and GETs without
HTTP ranges.

Further this change adds the concept of reserved object metadata which is required
to make encrypted objects tamper-proof and provide API compatibility to AWS S3.
This PR adds the following reserved metadata entries:
- X-Minio-Internal-Server-Side-Encryption-Iv          ('guarantees' tamper-proof property)
- X-Minio-Internal-Server-Side-Encryption-Kdf         (makes Key-MAC computation negotiable in future)
- X-Minio-Internal-Server-Side-Encryption-Key-Mac     (provides AWS S3 API compatibility)

The prefix `X-Minio_Internal` specifies an internal metadata entry which must not
send to clients. All client requests containing a metadata key starting with `X-Minio-Internal`
must also rejected. This is implemented by a generic-handler.

This PR implements SSE-C separated from client-side-encryption (CSE). This cannot decrypt
server-side-encrypted objects on the client-side. However, clients can encrypted the same object
with CSE and SSE-C.

This PR does not address:
 - SSE-C Copy and Copy part
 - SSE-C GET with HTTP ranges
 - SSE-C multipart PUT
 - SSE-C Gateway

Each point must be addressed in a separate PR.

Added to vendor dir:
 - x/crypto/chacha20poly1305
 - x/crypto/poly1305
 - github.com/minio/sio
2017-11-07 15:18:59 -08:00
..
admin-handlers.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
admin-handlers_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
admin-router.go
admin-rpc-client.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
admin-rpc-client_test.go
admin-rpc-server.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
admin-rpc-server_test.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
api-datatypes.go
api-errors.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
api-errors_test.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
api-headers.go Implement backblaze-b2 gateway support (#5002) 2017-10-13 16:26:16 +05:30
api-headers_test.go
api-resources.go
api-resources_test.go
api-response-multipart.go
api-response.go fix: List buckets response should return UTC modtime (#5004) 2017-10-03 10:34:51 -07:00
api-response_test.go api/PostPolicy: Allow location header fully qualified URL (#4926) 2017-09-24 16:43:21 -07:00
api-router.go log: Store http request/responses in a log file (#4804) 2017-10-25 10:59:53 -07:00
auth-handler.go bucket-policy: Add IPAddress/NotIPAddress conditions support (#4736) 2017-08-05 01:00:05 -07:00
auth-handler_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
auth-rpc-client.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
auth-rpc-client_test.go
auth-rpc-server.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
auth-rpc-server_test.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
benchmark-utils_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
browser-flag.go
browser-flag_test.go
browser-peer-rpc.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
browser-peer-rpc_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
browser-rpc-router.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
bucket-handlers-listobjects.go In gateway mode "continuation-token" will not contain "prefix" (#4911) 2017-09-13 17:27:19 -07:00
bucket-handlers.go Bucket policies should use minio-go/pkg/policy instead. (#5090) 2017-10-27 16:14:06 -07:00
bucket-handlers_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
bucket-metadata.go
bucket-notification-datatypes.go Fix validation in PutBucketNotification handler (#4841) 2017-08-23 15:58:02 -07:00
bucket-notification-handlers.go Allow event notifications to work without region (#5119) 2017-10-27 15:09:55 -07:00
bucket-notification-handlers_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
bucket-notification-utils.go Allow event notifications to work without region (#5119) 2017-10-27 15:09:55 -07:00
bucket-notification-utils_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
bucket-policy-handlers.go Bucket policies should use minio-go/pkg/policy instead. (#5090) 2017-10-27 16:14:06 -07:00
bucket-policy-handlers_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
bucket-policy-parser.go Support conditions for ListMultipartUploads and ListParts (#5130) 2017-11-02 11:39:48 -07:00
bucket-policy-parser_test.go Bucket policies should use minio-go/pkg/policy instead. (#5090) 2017-10-27 16:14:06 -07:00
bucket-policy.go Bucket policies should use minio-go/pkg/policy instead. (#5090) 2017-10-27 16:14:06 -07:00
build-constants.go
certs.go Refactor HTTP server to address bugs (#4636) 2017-07-12 16:33:21 -07:00
certs_test.go
common-main.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
config-dir.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
config-migrate.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
config-migrate_test.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
config-old.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
config-v19.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
config-v19_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
console-logger.go
copy-part-range.go
copy-part-range_test.go
crossdomain-xml-handler.go
crossdomain-xml-handler_test.go
dynamic-timeouts.go Change average from int to int64 in order to support 32-bit systems. (#4921) 2017-09-14 10:23:23 -07:00
dynamic-timeouts_test.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
encryption-v1.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
encryption-v1_test.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
endpoint.go S3 peers should be initialized properly (#5024) 2017-10-08 20:23:42 -07:00
endpoint_test.go S3 peers should be initialized properly (#5024) 2017-10-08 20:23:42 -07:00
erasure-createfile.go fix: tests error conditions should be used properly. (#4833) 2017-08-23 17:58:52 -07:00
erasure-createfile_test.go fix: tests error conditions should be used properly. (#4833) 2017-08-23 17:58:52 -07:00
erasure-healfile.go Optimize healObject by eliminating extra data passes (#4949) 2017-09-28 15:57:19 -07:00
erasure-healfile_test.go Optimize healObject by eliminating extra data passes (#4949) 2017-09-28 15:57:19 -07:00
erasure-readfile.go optimize memory allocs during reconstruct (#4964) 2017-09-27 10:29:42 -07:00
erasure-readfile_test.go optimize memory allocs during reconstruct (#4964) 2017-09-27 10:29:42 -07:00
erasure-utils.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
erasure-utils_test.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
erasure.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
erasure_test.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
errors.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
event-notifier.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
event-notifier_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
fallocate.go
fallocate_linux.go
fallocate_linux_test.go
file-logger.go
format-config-v1.go remove all dead codes (#5019) 2017-10-05 12:25:45 -07:00
format-config-v1_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
fs-v1-background-append.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
fs-v1-helpers.go Support creating empty directories. (#5049) 2017-10-16 17:20:54 -07:00
fs-v1-helpers_test.go Support creating empty directories. (#5049) 2017-10-16 17:20:54 -07:00
fs-v1-metadata.go Support creating empty directories. (#5049) 2017-10-16 17:20:54 -07:00
fs-v1-metadata_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
fs-v1-multipart.go Set etag properly to calculated value if available (#5106) 2017-10-24 12:25:42 -07:00
fs-v1-multipart_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
fs-v1-rwpool.go fs: Convert repeated code in rwpool.Open() into a single function. (#4864) 2017-08-30 09:48:19 -07:00
fs-v1-rwpool_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
fs-v1.go Set etag properly to calculated value if available (#5106) 2017-10-24 12:25:42 -07:00
fs-v1_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
gateway-anonymous.go set http transport config for gateway (#4765) 2017-08-08 16:23:52 -07:00
gateway-azure-anonymous.go Move gateway unsupported functions into a common struct. (#5009) 2017-10-09 16:41:35 -07:00
gateway-azure.go Simplify gateway backend registration (#5111) 2017-10-27 15:07:46 -07:00
gateway-azure_test.go convert ETag properly for all gateways (#5099) 2017-10-26 10:17:07 -07:00
gateway-b2-anonymous.go Implement backblaze-b2 gateway support (#5002) 2017-10-13 16:26:16 +05:30
gateway-b2.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
gateway-b2_test.go Implement backblaze-b2 gateway support (#5002) 2017-10-13 16:26:16 +05:30
gateway-gcs-anonymous.go Move gateway unsupported functions into a common struct. (#5009) 2017-10-09 16:41:35 -07:00
gateway-gcs.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
gateway-gcs_test.go Figure out projectID for GCS automatically from credentials.json (#5029) 2017-10-20 13:59:12 -07:00
gateway-handlers.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
gateway-main.go Display help when access/secret key is not set (#5132) 2017-11-01 11:45:27 -07:00
gateway-main_test.go Simplify gateway backend registration (#5111) 2017-10-27 15:07:46 -07:00
gateway-router.go log: Store http request/responses in a log file (#4804) 2017-10-25 10:59:53 -07:00
gateway-s3-anonymous.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
gateway-s3.go Simplify gateway backend registration (#5111) 2017-10-27 15:07:46 -07:00
gateway-s3_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
gateway-startup-msg.go Simplify gateway backend registration (#5111) 2017-10-27 15:07:46 -07:00
gateway-startup-msg_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
gateway-unsupported.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
generic-handlers.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
generic-handlers_test.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
globals.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
handler-utils.go log: Store http request/responses in a log file (#4804) 2017-10-25 10:59:53 -07:00
handler-utils_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
hasher.go
http-stats.go
httprange.go
httprange_test.go
jwt.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
jwt_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
leak-detect_test.go
lock-instrument.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
lock-instrument_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
lock-rpc-client.go
lock-rpc-client_test.go
lock-rpc-server-common.go
lock-rpc-server-common_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
lock-rpc-server.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
lock-rpc-server_test.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
lock-stat.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
lockinfo-handlers.go
lockinfo-handlers_test.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
logger.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
logger_test.go
main.go Add support for DCOS host detection, improve Docker detection. (#4525) 2017-06-13 00:33:21 +00:00
namespace-lock.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
namespace-lock_test.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
naughty-disk_test.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
net-rpc-client.go
net.go api/PostPolicy: Allow location header fully qualified URL (#4926) 2017-09-24 16:43:21 -07:00
net_test.go tests: Remove dependency on check.v1 (#5034) 2017-10-10 02:14:42 -07:00
notifier-config.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
notifier-config_test.go
notifiers.go Implement proper reConnect logic for amqp notification target. (#4867) 2017-09-04 17:45:30 -07:00
notifiers_test.go
notify-amqp.go Implement proper reConnect logic for amqp notification target. (#4867) 2017-09-04 17:45:30 -07:00
notify-amqp_test.go Implement proper reConnect logic for amqp notification target. (#4867) 2017-09-04 17:45:30 -07:00
notify-elasticsearch.go
notify-kafka.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
notify-listener.go
notify-mqtt.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
notify-mysql.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
notify-nats.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
notify-postgresql.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
notify-redis.go
notify-webhook.go Remove body from POST request in webhook (#5067) 2017-10-13 13:29:01 +05:30
notify-webhook_test.go Remove pre go1.8 code and cleanup (#4933) 2017-09-22 14:03:31 -07:00
object-api-common.go fs: Add safe locking semantics for format.json (#4523) 2017-06-12 17:40:28 -07:00
object-api-common_test.go
object-api-datatypes.go Remove minimum inodes reqd check (#4747) 2017-08-03 20:07:22 -07:00
object-api-errors.go Add space to error message (#5108) 2017-10-27 15:07:14 -07:00
object-api-getobject_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-getobjectinfo_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-input-checks.go
object-api-interface.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-listobjects_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-multipart-common.go
object-api-multipart_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-putobject_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
object-api-utils.go refactor ObjectLayer PutObject and PutObjectPart (#4925) 2017-09-19 12:40:27 -07:00
object-api-utils_test.go refactor ObjectLayer PutObject and PutObjectPart (#4925) 2017-09-19 12:40:27 -07:00
object-handlers-common.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
object-handlers.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
object-handlers_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
object_api_suite_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
posix-dirent-fileno.go
posix-dirent-ino.go
posix-errors.go Fail to start server if detected cross-device mounts. (#4807) 2017-08-15 15:10:50 -07:00
posix-errors_test.go
posix-list-dir-nix.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix-list-dir-others.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix-list-dir_test.go
posix-utils_nix.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix-utils_nix_test.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix-utils_test.go
posix-utils_windows.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix-utils_windows_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
posix.go Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
posix_test.go fix build failure for go1.9 (#4872) 2017-10-06 17:00:15 -07:00
post-policy_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
postpolicyform.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
postpolicyform_test.go
prepare-storage-msg.go xl: prepare storage should Abort properly. (#4542) 2017-06-17 11:20:12 -07:00
prepare-storage-msg_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
prepare-storage.go Use retryableStorage after healing format.json (#5105) 2017-10-26 09:52:23 -07:00
prepare-storage_test.go Fix preInit logic when mixed disk situations exist. (#4904) 2017-09-12 12:17:44 -07:00
retry-storage.go Remove unused value from retry-storage (#5129) 2017-10-29 15:43:16 +05:30
retry-storage_test.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
retry.go
retry_test.go
routers.go add SSE-C support for HEAD, GET, PUT (#4894) 2017-11-07 15:18:59 -08:00
rpc-common.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
rpc-server.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
rpc-server_test.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
s3-peer-client.go S3 peers should be initialized properly (#5024) 2017-10-08 20:23:42 -07:00
s3-peer-client_test.go S3 peers should be initialized properly (#5024) 2017-10-08 20:23:42 -07:00
s3-peer-router.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
s3-peer-rpc-handlers.go
s3-peer-rpc-handlers_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
server-main.go Increase default read/write timeouts from 30sec to 15minutes (#4888) 2017-09-07 11:16:45 -07:00
server-main_test.go
server-rlimit.go Push max threads to little less than kernel limit (#5001) 2017-10-03 10:37:45 -07:00
server-rlimit_test.go
server-startup-msg.go Remove unnecessary newline at beginning of server output (#4600) 2017-06-27 19:46:58 -07:00
server-startup-msg_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
server_test.go Support creating empty directories. (#5049) 2017-10-16 17:20:54 -07:00
service.go Refactor HTTP server to address bugs (#4636) 2017-07-12 16:33:21 -07:00
setup-type.go
signals.go Refactor HTTP server to address bugs (#4636) 2017-07-12 16:33:21 -07:00
signature-v2.go Fix signature v2 handling for resource names (#4965) 2017-09-26 11:00:07 -07:00
signature-v2_test.go Fix signature v2 handling for resource names (#4965) 2017-09-26 11:00:07 -07:00
signature-v4-parser.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
signature-v4-parser_test.go
signature-v4-utils.go
signature-v4-utils_test.go
signature-v4.go fix content-sha256 verification for presigned PUT (#5137) 2017-11-05 16:32:19 +05:30
signature-v4_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
storage-datatypes.go
storage-errors.go Fail to start server if detected cross-device mounts. (#4807) 2017-08-15 15:10:50 -07:00
storage-interface.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
storage-rpc-client.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
storage-rpc-client_test.go tests: Remove dependency on check.v1 (#5034) 2017-10-10 02:14:42 -07:00
storage-rpc-server-datatypes.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
storage-rpc-server.go remove ReadFileWithVerify from StorageAPI (#4947) 2017-09-25 11:32:56 -07:00
storage-rpc-server_test.go remove all dead codes (#5019) 2017-10-05 12:25:45 -07:00
streaming-signature-v4.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
streaming-signature-v4_test.go
test-utils_test.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
tree-walk-pool.go
tree-walk-pool_test.go
tree-walk.go
tree-walk_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
typed-errors.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
update-main.go Support for bosh/pcf user-agent when querying for updates. (#5116) 2017-10-26 18:53:45 -07:00
update-main_test.go Refactor update check code (#5020) 2017-10-09 16:12:13 -07:00
update-notifier.go
update-notifier_test.go
utils.go convert ETag properly for all gateways (#5099) 2017-10-26 10:17:07 -07:00
utils_test.go convert ETag properly for all gateways (#5099) 2017-10-26 10:17:07 -07:00
version-main.go
version_test.go tests: Remove dependency on check.v1 (#5034) 2017-10-10 02:14:42 -07:00
web-handlers.go move credentials as separate package (#5115) 2017-10-31 11:54:32 -07:00
web-handlers_test.go Bucket policies should use minio-go/pkg/policy instead. (#5090) 2017-10-27 16:14:06 -07:00
web-router.go browser: Remove hardcoding of minioBrowserPrefix=/minio (#5048) 2017-11-06 15:59:37 -08:00
xl-v1-bucket.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
xl-v1-common.go Avoid DDOS in PutObject() when objectName is '/' and size '0' (#4962) 2017-09-25 14:47:58 -07:00
xl-v1-common_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-errors.go Remove dead unused errs and constants. (#4627) 2017-07-07 14:31:42 -07:00
xl-v1-healing-common.go Optimize healObject by eliminating extra data passes (#4949) 2017-09-28 15:57:19 -07:00
xl-v1-healing-common_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-healing.go Optimize healObject by eliminating extra data passes (#4949) 2017-09-28 15:57:19 -07:00
xl-v1-healing_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-list-objects-heal.go Add support for timeouts for locks (#4377) 2017-08-31 14:43:59 -07:00
xl-v1-list-objects-heal_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-list-objects.go Name return values to prevent the need (and unnecessary code bloat) (#4576) 2017-06-21 19:53:09 -07:00
xl-v1-metadata.go erasure: simplify XL backend operations (#4649) (#4758) 2017-08-14 18:08:42 -07:00
xl-v1-metadata_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-multipart.go Set etag properly to calculated value if available (#5106) 2017-10-24 12:25:42 -07:00
xl-v1-multipart_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
xl-v1-object.go Set etag properly to calculated value if available (#5106) 2017-10-24 12:25:42 -07:00
xl-v1-object_test.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
xl-v1-utils.go Return errors in PutObject()/PutObjectPart() if input size is -1. (#5015) 2017-10-06 09:38:01 -07:00
xl-v1-utils_test.go Return errors in PutObject()/PutObjectPart() if input size is -1. (#5015) 2017-10-06 09:38:01 -07:00
xl-v1.go Remove minimum inodes reqd check (#4747) 2017-08-03 20:07:22 -07:00
xl-v1_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00