minio/pkg/fs
Harshavardhana 7a3409c309 fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err'
- Replace the ACL checks back, remove them when bucket
  policy is implemented.
- Move FTW (File Tree Walk) into ioutils package.
2016-02-04 13:43:52 -08:00
..
acl.go fs/bucket: Move bucket metadata into buckets.json 2015-11-01 21:25:01 -08:00
api_suite_nix_test.go listObjects: ListObjects should have idempotent behavior. 2016-01-28 03:17:40 -08:00
api_suite_windows_test.go listObjects: ListObjects should have idempotent behavior. 2016-01-28 03:17:40 -08:00
config.go minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
definitions.go listObjects: Simplify channel based changes. 2016-01-26 02:19:55 -08:00
errors.go fs: Fail createObject with appropriate message. 2016-02-03 21:49:36 -08:00
fs_test.go fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 2016-02-04 13:43:52 -08:00
fs-bucket-listobjects.go fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 2016-02-04 13:43:52 -08:00
fs-bucket.go deleteBucket: Directory not empty error on windows is "directory is not empty" 2016-01-25 17:58:43 -08:00
fs-common.go Leverage sort Interface to provide sortUnique function 2015-10-23 15:55:41 -07:00
fs-multipart.go fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 2016-02-04 13:43:52 -08:00
fs-object.go fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 2016-02-04 13:43:52 -08:00
fs.go contentType: Reply back proper contentTypes based on the file extension. 2016-02-01 12:19:58 -08:00
postpolicyform.go Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
signature.go presign: Verify query params for presign individually 2016-01-28 12:16:56 -08:00