minio/pkg/api/minioapi
Harshavardhana 51e80eaa6d Add domain and subdomain support for MinioAPI
This change brings in domain and subdomain support

   - ./minio --domain "yourminiodomain.com"

This change brings in a much needed feature by keeping
bucketnames as part of your 'DNS' name.

All your existing applications can be migrated off from s3 to
Minio without little to no modifications.

NOTE: Setting up DNS for your `buckets` is out of scope of this feature
2015-02-23 02:25:01 -08:00
..
api_test.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
bucket_handlers.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
contenttype.go Add license and fix development scripts 2015-02-15 01:59:48 -08:00
definitions.go Run govet and fix 2015-02-18 15:33:55 -08:00
error_response.go Some more cleanup 2015-02-18 12:15:33 -08:00
generic_handlers.go Some more cleanup 2015-02-18 12:15:33 -08:00
headers.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
muxer.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
object_handlers.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
policy_handlers.go Add domain and subdomain support for MinioAPI 2015-02-23 02:25:01 -08:00
resources.go Implement bucket policy handler and with galore of cleanup 2015-02-16 18:20:40 -08:00
response.go Implement bucket policy handler and with galore of cleanup 2015-02-16 18:20:40 -08:00