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
cd3eb63c4a
pkg/fs: test, document, and fix IsValid{Bucket,Object}Name
...
This commit improves the docs for both functions (more Go-like) and
drops an unnecessary condition in IsValidBucketName. This also drops a
condition in IsValidObjectName where "" (empty string) was a valid
object name. This has been fixed and will no longer return true.
This commit also adds tests for both functions, including a regression
test for the bug fix.
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: test, bench, and drop unnecessary check in ListBuckets
9 years ago
fs-bucket_test.go
pkg/fs: test, bench, and drop unnecessary check in ListBuckets
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
pkg/fs: test, document, and fix IsValid{Bucket,Object}Name
9 years ago
fs-utils_test.go
pkg/fs: test, document, and fix IsValid{Bucket,Object}Name
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