· 9 years ago · Oct 07, 2016, 03:28 AM
1ubuntu@ubuntu:~$ ll minio_test_dir/
2total 20
3drwxrwxr-x 5 ubuntu ubuntu 4096 Oct 7 14:02 ./
4drwxr-xr-x 33 ubuntu ubuntu 4096 Oct 7 14:01 ../
5drwxrwxr-x 2 ubuntu ubuntu 4096 Oct 7 14:02 backend/
6drwx------ 3 ubuntu ubuntu 4096 Oct 7 14:02 .minio-test/
7drwxrwxr-x 2 ubuntu ubuntu 4096 Oct 7 14:02 minio-test-storage/
8
9ubuntu@ubuntu:~$ ll minio_test_dir/backend/
10total 8
11drwxrwxr-x 2 ubuntu ubuntu 4096 Oct 7 14:02 ./
12drwxrwxr-x 5 ubuntu ubuntu 4096 Oct 7 14:02 ../
13
14ubuntu@ubuntu:~/minio_test_dir$ ~/minio -C ./.minio-test server --address ":9002" minio-test-storage
15
16Endpoint: http://192.168.0.107:9002 http://127.0.0.1:9002 http://10.0.3.1:9002
17AccessKey: 9DSOXCX63U3CGOJ3LWO3
18SecretKey: pEGNthXl5sQLz2L10dX63bBNBMB2SXSpd4CDj44A
19Region: us-east-1
20SqsARNs:
21
22Browser Access:
23 http://192.168.0.107:9002 http://127.0.0.1:9002 http://10.0.3.1:9002
24
25Command-line Access: https://docs.minio.io/docs/minio-client-quickstart-guide
26 $ mc config host add myminio http://192.168.0.107:9002 9DSOXCX63U3CGOJ3LWO3 pEGNthXl5sQLz2L10dX63bBNBMB2SXSpd4CDj44A
27
28Object API (Amazon S3 compatible):
29 Go: https://docs.minio.io/docs/golang-client-quickstart-guide
30 Java: https://docs.minio.io/docs/java-client-quickstart-guide
31 Python: https://docs.minio.io/docs/python-client-quickstart-guide
32 JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide
33
34ubuntu@ubuntu:~/minio_test_dir$ tree minio-test-storage/
35minio-test-storage/
36└── test.bucket
37 ├── aaa.txt
38 └── bbb.txt
39
401 directory, 2 files
41
42ubuntu@ubuntu:~/minio_test_dir$ bindfs backend/ minio-test-storage/test.bucket/
43
44bindfs /home/ubuntu/minio_test_dir/minio-test-storage/test.bucket fuse.bindfs rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions,allow_other 0 0
45
46PUT http://192.168.0.107:9002/minio/upload/test.bucket/test-upload.txt 500 (Internal Server Error)
47
48We encountered an internal error, please try again.
49
50"logger": {
51 "console": {
52 "enable": true,
53 "level": "fatal"
54 },
55 "file": {
56 "enable": false,
57 "fileName": "",
58 "level": ""
59 },
60 "syslog": {
61 "enable": false,
62 "address": "",
63 "level": ""
64 }
65 }