Lines 425-427
Administration:
Link Here
|
425 |
choices: |
425 |
choices: |
426 |
Zebra: Zebra |
426 |
Zebra: Zebra |
427 |
Elasticsearch: Elasticsearch |
427 |
Elasticsearch: Elasticsearch |
428 |
- |
428 |
S3 Storage: |
|
|
429 |
- |
430 |
- "Use Amazon S3 object store to store files attached to biblio records: " |
431 |
- pref: S3Storage |
432 |
- choices: |
433 |
yes: "Yes" |
434 |
no: "No" |
435 |
- " NOTE only files uploaded by the upload.pl plugin are currently supported" |
436 |
Swift Storage: |
437 |
- |
438 |
- "Use Openstack Swift object store to store files attached to biblio records: " |
439 |
- pref: SwiftStorage |
440 |
choices: |
441 |
yes: "Yes" |
442 |
no: "No" |
443 |
- " NOTE only files uploaded by the upload.pl plugin are currently supported" |
444 |
- |
445 |
- "Openstack Auth URL: " |
446 |
- pref: SwiftStorageAuthURL |
447 |
- " NOTE we open support auth version 2.0" |
448 |
- |
449 |
- "User name: " |
450 |
- pref: SwiftStorageUser |
451 |
- |
452 |
- "Password: " |
453 |
- pref: SwiftStoragePassword |
454 |
- |
455 |
- "Tenant Name: " |
456 |
- pref: SwiftStorageTenant |
457 |
- |
458 |
- "Region: " |
459 |
- pref: SwiftStorageRegion |
460 |
- " NOTE this is optional" |