- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 73 for jpg (0.01 seconds)
-
docs/screenshots/Architecture-diagram_distributed_8.jpg
Architecture-diagram_distributed_8.jpg...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Oct 23 05:20:38 GMT 2018 - 215.2K bytes - Click Count (0) -
docs/screenshots/Example-1.jpg
Example-1.jpg...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Jun 29 16:10:47 GMT 2017 - 88.5K bytes - Click Count (0) -
docs/screenshots/Example-2.jpg
Example-2.jpg...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Jun 29 16:10:47 GMT 2017 - 134.5K bytes - Click Count (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
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 05 18:43:06 GMT 2024 - 6.8K bytes - Click Count (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. ```
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 84.2K bytes - Click Count (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)Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 8.8K bytes - Click Count (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 ```  ### 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
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 3.1K bytes - Click Count (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 }{
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 28.9K bytes - Click Count (0) -
docs/es/docs/tutorial/body-nested-models.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.2K bytes - Click Count (0) -
cmd/object-api-getobjectinfo_test.go
if err != nil { t.Fatalf("%s : %s", instanceType, err.Error()) } opts := ObjectOptions{} _, err = obj.PutObject(context.Background(), "test-getobjectinfo", "Asia/asiapics.jpg", mustGetPutObjReader(t, bytes.NewBufferString("asiapics"), int64(len("asiapics")), "", ""), opts) if err != nil { t.Fatalf("%s : %s", instanceType, err.Error()) } // Put an empty directoryCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Dec 23 15:46:00 GMT 2022 - 5.6K bytes - Click Count (0)