- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 64 for jpgv (0.02 sec)
-
docs/en/docs/img/sponsors/talkpython-v2.jpg
talkpython-v2.jpg...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Jan 30 14:24:35 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/screenshots/erasure-code.jpg
erasure-code.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 105.7K bytes - Viewed (0) -
docs/screenshots/Architecture-diagram_distributed_8.jpg
Architecture-diagram_distributed_8.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 23 05:20:38 UTC 2018 - 215.2K bytes - Viewed (0) -
docs/screenshots/Example-1.jpg
Example-1.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 88.5K bytes - Viewed (0) -
docs/screenshots/Example-2.jpg
Example-2.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 134.5K bytes - Viewed (0) -
docs/bucket/notifications/README.md
``` mc mb myminio/images mc event add myminio/images arn:minio:sqs::1:elasticsearch --suffix .jpg mc event list myminio/images arn:minio:sqs::1:elasticsearch s3:ObjectCreated:*,s3:ObjectRemoved:* Filter: suffix=”.jpg” ``` ### Step 4: Test on Elasticsearch Upload a JPEG image into `images` bucket. ``` mc cp myphoto.jpg myminio/images ``` Use curl to view contents of `minio_events` index. ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0) -
internal/event/rulesmap_test.go
rulesMapCase2 := NewRulesMap([]Name{ObjectCreatedAll}, "*", TargetID{"1", "webhook"}) rulesMapToAddCase2 := NewRulesMap([]Name{ObjectCreatedAll}, "2010*.jpg", TargetID{"1", "webhook"}) rulesMapCase3 := NewRulesMap([]Name{ObjectCreatedAll}, "2010*.jpg", TargetID{"1", "webhook"}) rulesMapToAddCase3 := NewRulesMap([]Name{ObjectCreatedAll}, "*", TargetID{"1", "webhook"}) testCases := []struct { rulesMap RulesMap
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jan 05 18:43:06 UTC 2024 - 6.8K bytes - Viewed (0) -
internal/event/rules_test.go
{"", "*", "*"}, {"images/", "", "images/*"}, {"images/*", "", "images/*"}, {"", "jpg", "*jpg"}, {"", "*jpg", "*jpg"}, {"images/", "jpg", "images/*jpg"}, {"images/*", "jpg", "images/*jpg"}, {"images/", "*jpg", "images/*jpg"}, {"images/*", "*jpg", "images/*jpg"}, {"201*/images/", "jpg", "201*/images/*jpg"}, } for i, testCase := range testCases { result := NewPattern(testCase.prefix, testCase.suffix)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 8.8K bytes - Viewed (0) -
docs/multi-tenancy/README.md
```sh minio server --address :9001 /data/tenant1 minio server --address :9002 /data/tenant2 minio server --address :9003 /data/tenant3 ``` ![Example-1](https://github.com/minio/minio/blob/master/docs/screenshots/Example-1.jpg?raw=true) ### 1.2 Host Multiple Tenants on Multiple Drives (Erasure Code) Use the following commands to host 3 tenants on multiple drives: ```sh minio server --address :9001 /disk{1...4}/data/tenant1
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 3K bytes - Viewed (0) -
internal/event/config_test.go
rulesMapCase2 := NewRulesMap([]Name{ObjectCreatedPut}, "images/*jpg", TargetID{"1", "webhook"}) rulesMapCase3 := NewRulesMap([]Name{ObjectAccessedAll, ObjectCreatedAll, ObjectRemovedAll}, "*", TargetID{"1", "webhook"}) rulesMapCase3.add([]Name{ObjectCreatedPut}, "images/*jpg", TargetID{"2", "amqp"}) testCases := []struct { config *Config expectedResult RulesMap }{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Dec 05 10:16:33 UTC 2023 - 29K bytes - Viewed (0)