Frederick F. Kautz IV
33ecba8e49
Reimagining memory settings cli input
10 years ago
Frederick F. Kautz IV
b86b26e7e5
Exposing expiration for memory driver
10 years ago
Harshavardhana
bbc32d6ac0
Disable domain based routing for now
10 years ago
Frederick F. Kautz IV
f59535f052
Setting number of processors to use to max available
10 years ago
Harshavardhana
76701187e3
Add minio cli changes and add CustomAppHelpTemplate
10 years ago
Anand Babu (AB) Periasamy
43e9cb203d
print using console functions
10 years ago
Frederick F. Kautz IV
fc59401ac5
Removing short flags
10 years ago
Frederick F. Kautz IV
2fcaa63db0
Revert "remove single char args"
...
This reverts commit 1e307d2888
.
10 years ago
Anand Babu (AB) Periasamy
1e307d2888
remove single char args
10 years ago
Harshavardhana
605edbc307
Add some logging with debug
10 years ago
Harshavardhana
740e12e81d
Fix build date typo
10 years ago
Harshavardhana
096a994c7b
Add build date using ldflags
10 years ago
Anand Babu (AB) Periasamy
b010fd0ff3
Version is now based on MD5SUM of its binary
10 years ago
Frederick F. Kautz IV
5a607a6762
Moving factories and start minio method to server package
10 years ago
Frederick F. Kautz IV
5c515d3138
Simplifying server config handling
10 years ago
Harshavardhana
5ae8d34f76
Donut mode will now take multiple paths as argument, updated docs as well
10 years ago
Harshavardhana
c7be1a1355
Update command docs further
10 years ago
Harshavardhana
bcc4449de7
Add proper help and several other cleanup
10 years ago
Frederick F. Kautz IV
0f8626ab1a
Refactoring cli to take commands
10 years ago
Harshavardhana
3f33643d39
File driver to take the high road
10 years ago
Harshavardhana
38155e86ac
iodine is part of minio now
10 years ago
Harshavardhana
d324c4b061
Return proper return for all drivers when BucketNotFound
10 years ago
Harshavardhana
92136d49fd
Update cli to minio-io/cli
10 years ago
Frederick F. Kautz IV
b165efdfcb
Refactoring pkg/utils/log, copying from golang's log and modifying
10 years ago
Frederick F. Kautz IV
fd16de3675
Minor style fix
10 years ago
Frederick F. Kautz IV
53439d7768
Updating iodine to match new api
10 years ago
Anand Babu (AB) Periasamy
3c4aa85c69
git commit hash generator
10 years ago
Frederick F. Kautz IV
40e311a919
Updating iodine to support new iodine.Error(error, map[string]string) error method
10 years ago
Frederick F. Kautz IV
d54999c4d0
Adding iodine to main.go
10 years ago
Frederick F. Kautz IV
5c0d92eb39
Fix build break
10 years ago
Harshavardhana
54519bc0b9
Build fix, remove 'errors' not used
10 years ago
Frederick F. Kautz IV
337df7f7ec
Adding global state to iodine
10 years ago
Harshavardhana
47cd2c94c8
Use commitID as version
10 years ago
Anand Babu (AB) Periasamy
62af4c0b52
commid_id support
10 years ago
Harshavardhana
d0d585efc1
Move from codegangsta/cli to minio-io/cli fork
10 years ago
Harshavardhana
0474439b43
Code restructuring, assigning proper subsystems to each
...
- Drivers contain
* donut/*
* file/*
* memory/*
- Storage format contains
* donut/*
- GetObject() --> renamed to GetObjectReader()
- Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go
Simplifying, and documenting codebase further
10 years ago
Frederick F. Kautz IV
3c4012f1e7
Adding donut backend and setting as default
10 years ago
Harshavardhana
914962bd93
Implement log package as drop-in replacement for handling Debug log-level
10 years ago
Harshavardhana
2b0b5f014a
Update license header Mini should be Minimalist really
10 years ago
Harshavardhana
7ce3ab3193
Restructure minio api, move signature checks from utils to Api.
10 years ago
Harshavardhana
15f68972a5
Some necessary cleanup
...
- Rename 'fs' as 'file' for brevity
- Rename 'inmemory' as 'memory' for brevity
- Change everywhere else
10 years ago
Harshavardhana
c00d1461b9
Golint cleanup from top level
10 years ago
Frederick F. Kautz IV
f4eed73d4e
Renaming variable to pass golint
10 years ago
Harshavardhana
baa1719ed2
Fix a typo
10 years ago
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
10 years ago
Harshavardhana
d9a97b6c86
Change ports to 9000 and 9001
10 years ago
Harshavardhana
680848bdcb
Add license header
10 years ago
Harshavardhana
e1b3836c60
Service a new WebUI server at port 8081.
...
It is provided to avoid the router clutter on the Object API
end. This is just a first cut sample we are going to build on
top of this the new management console UI.
General interest comes from subsequently writing a small UI to
generate `AccessKey` and `SecretKey` to build authorization
layer.
10 years ago
Frederick F. Kautz IV
91384e73cf
Certificate and key must both be specified or empty together
10 years ago
Harshavardhana
7dd5f0ab8d
Remove redundant --tls flag
10 years ago