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.
Brendan Ashworth
294ea814bf
pkg/fs: for locks, prefer defer and read-only ops
...
This commit prefers the use of 'defer' for fs.Unlock (and fs.RUnlock)
because it is more idiomatic Go and reduces repetition in the code,
lending to a cleaner code base.
It also switches a few uses of the lock to read-only locks, which should
improve performance of those functions dramatically in certain contexts.
9 years ago
..
api_suite_nix_test.go
multipart: remove proper MD5, rather create MD5 based on parts to be s3 compatible.
9 years ago
api_suite_windows_test.go
multipart: remove proper MD5, rather create MD5 based on parts to be s3 compatible.
9 years ago
fs-backend-metadata.go
cleanup: Remove definitions and move them to its relative places accordingly
9 years ago
fs-bucket-acl.go
pkg/fs: for locks, prefer defer and read-only ops
9 years ago
fs-bucket-listobjects.go
list: Fix handling of maxKeys and prefixes.
9 years ago
fs-bucket.go
pkg/fs: for locks, prefer defer and read-only ops
9 years ago
fs-datatypes.go
api: Implement CopyObject s3 API, doing server side copy.
9 years ago
fs-errors.go
cleanup: Remove definitions and move them to its relative places accordingly
9 years ago
fs-multipart.go
pkg/fs: for locks, prefer defer and read-only ops
9 years ago
fs-object.go
api: Implement CopyObject s3 API, doing server side copy.
9 years ago
fs-utils.go
cleanup: Remove definitions and move them to its relative places accordingly
9 years ago
fs.go
build/vet: Fix all the shadowing reports with go1.6
9 years ago
fs_test.go
server: Remove max-buckets option and now max buckets is unlimited.
9 years ago