minio/pkg/storage
Harshavardhana 596eeb097e Move from fmt.Errorf to errors.New
In many cases fmt.Errorf is good enough, but since
error is an interface, you can use arbitrary data
structures as error values, to allow callers to
inspect the details of the error.
2015-03-15 19:41:16 -07:00
..
encoded Metadata and writing the object are now both committed together. 2015-03-15 17:42:33 -07:00
fs Restructure and use human readable names 2015-03-12 00:36:33 -07:00
inmemory Removing old donut format 2015-03-14 11:36:19 -07:00
storage_api_suite.go Minor refactor to prepare for file version of donut 2015-03-14 11:34:45 -07:00
storage_bucket_policy.go Make BucketPolicy strictly typed 2015-03-08 15:57:20 -07:00
storage_date.go Move from fmt.Errorf to errors.New 2015-03-15 19:41:16 -07:00
storage_errors.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
storage.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00