Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 45 for Customer (0.19 sec)

  1. internal/crypto/error.go

    	ErrMissingCustomerKey = Errorf("The SSE-C request is missing the customer key")
    
    	// ErrMissingCustomerKeyMD5 indicates that the HTTP headers contains no SSE-C client key
    	// MD5 checksum.
    	ErrMissingCustomerKeyMD5 = Errorf("The SSE-C request is missing the customer key MD5")
    
    	// ErrInvalidCustomerKey indicates that the SSE-C client key is not valid - e.g. not a
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Mar 28 17:44:56 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  2. docs_src/openapi_callbacks/tutorial001.py

    from typing import Union
    
    from fastapi import APIRouter, FastAPI
    from pydantic import BaseModel, HttpUrl
    
    app = FastAPI()
    
    
    class Invoice(BaseModel):
        id: str
        title: Union[str, None] = None
        customer: str
        total: float
    
    
    class InvoiceEvent(BaseModel):
        description: str
        paid: bool
    
    
    class InvoiceEventReceived(BaseModel):
        ok: bool
    
    
    invoices_callback_router = APIRouter()
    
    
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat May 14 11:59:59 GMT 2022
    - 1.3K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/openapi-callbacks.md

    Imagine you develop an app that allows creating invoices.
    
    These invoices will have an `id`, `title` (optional), `customer`, and `total`.
    
    The user of your API (an external developer) will create an invoice in your API with a POST request.
    
    Then your API will (let's imagine):
    
    * Send the invoice to some customer of the external developer.
    * Collect the money.
    * Send a notification back to the API user (the external developer).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  4. docs/em/docs/advanced/openapi-callbacks.md

    ๐Ÿ‘‰ ๐Ÿ’ผ, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ’š ๐Ÿ“„ โ” ๐Ÿ‘ˆ ๐Ÿ”ข ๐Ÿ› ๏ธ *๐Ÿ”œ* ๐Ÿ‘€ ๐Ÿ’–. โšซ๏ธโ” *โžก ๐Ÿ› ๏ธ* โšซ๏ธ ๐Ÿ”œ โœ”๏ธ, โšซ๏ธโ” ๐Ÿ’ช โšซ๏ธ ๐Ÿ”œ โŒ›, โšซ๏ธโ” ๐Ÿ“จ โšซ๏ธ ๐Ÿ”œ ๐Ÿ“จ, โ™’๏ธ.
    
    ## ๐Ÿ“ฑ โฎ๏ธ โฒ
    
    โžก๏ธ ๐Ÿ‘€ ๐ŸŒ ๐Ÿ‘‰ โฎ๏ธ ๐Ÿ–ผ.
    
    ๐ŸŒˆ ๐Ÿ‘† ๐Ÿ› ๏ธ ๐Ÿ“ฑ ๐Ÿ‘ˆ โœ” ๐Ÿ— ๐Ÿงพ.
    
    ๐Ÿ‘‰ ๐Ÿงพ ๐Ÿ”œ โœ”๏ธ `id`, `title` (๐Ÿ“ฆ), `customer`, & `total`.
    
    ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ‘† ๐Ÿ› ๏ธ (๐Ÿ”ข ๐Ÿ‘ฉโ€๐Ÿ’ป) ๐Ÿ”œ โœ ๐Ÿงพ ๐Ÿ‘† ๐Ÿ› ๏ธ โฎ๏ธ ๐Ÿค ๐Ÿ“จ.
    
    โคด๏ธ ๐Ÿ‘† ๐Ÿ› ๏ธ ๐Ÿ”œ (โžก๏ธ ๐ŸŒˆ):
    
    * ๐Ÿ“จ ๐Ÿงพ ๐Ÿ•ด ๐Ÿ”ข ๐Ÿ‘ฉโ€๐Ÿ’ป.
    * ๐Ÿ“ˆ ๐Ÿ’ธ.
    * ๐Ÿ“จ ๐Ÿ“จ ๐Ÿ”™ ๐Ÿ› ๏ธ ๐Ÿ‘ฉโ€๐Ÿ’ป (๐Ÿ”ข ๐Ÿ‘ฉโ€๐Ÿ’ป).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  5. docs/security/README.md

    - `X-Amz-Server-Side-Encryption-Customer-Key`: Base64 encoded new key.
    - `X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key`: Base64 encoded current key.
    
    Such a special COPY request is also known as S3 SSE-C key rotation.
    
    ### Server-Side Encryption with a KMS
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 13.8K bytes
    - Viewed (0)
  6. docs/zh/docs/advanced/openapi-callbacks.md

    API ๅบ”็”จ่ฐƒ็”จๅค–้ƒจ API ๆ—ถ็š„ๆต็จ‹ๅซๅš**ๅ›ž่ฐƒ**ใ€‚ๅ› ไธบๅค–้ƒจๅผ€ๅ‘่€…็ผ–ๅ†™็š„่ฝฏไปถๅ‘้€่ฏทๆฑ‚่‡ณๆ‚จ็š„ API๏ผŒ็„ถๅŽๆ‚จ็š„ API ่ฆ่ฟ›่กŒๅ›ž่ฐƒ๏ผŒๅนถๆŠŠ่ฏทๆฑ‚ๅ‘้€่‡ณๅค–้ƒจ APIใ€‚
    
    ๆญคๆ—ถ๏ผŒๆˆ‘ไปฌ้œ€่ฆๅญ˜ๆกฃๅค–้ƒจ API ็š„*ไฟกๆฏ*๏ผŒๆฏ”ๅฆ‚ๅบ”่ฏฅๆœ‰ๅ“ชไบ›*่ทฏๅพ„ๆ“ไฝœ*๏ผŒ่ฟ”ๅ›žไป€ไนˆๆ ท็š„่ฏทๆฑ‚ไฝ“๏ผŒๅบ”่ฏฅ่ฟ”ๅ›žๅ“ช็งๅ“ๅบ”็ญ‰ใ€‚
    
    ## ไฝฟ็”จๅ›ž่ฐƒ็š„ๅบ”็”จ
    
    ็คบไพ‹ๅฆ‚ไธ‹ใ€‚
    
    ๅ‡่ฎพ่ฆๅผ€ๅ‘ไธ€ไธชๅˆ›ๅปบๅ‘็ฅจ็š„ๅบ”็”จใ€‚
    
    ๅ‘็ฅจๅŒ…ๆ‹ฌ `id`ใ€`title`๏ผˆๅฏ้€‰๏ผ‰ใ€`customer`ใ€`total` ็ญ‰ๅฑžๆ€งใ€‚
    
    API ็š„็”จๆˆท ๏ผˆๅค–้ƒจๅผ€ๅ‘่€…๏ผ‰่ฆๅœจๆ‚จ็š„ API ๅ†…ไฝฟ็”จ POST ่ฏทๆฑ‚ๅˆ›ๅปบไธ€ๆกๅ‘็ฅจ่ฎฐๅฝ•ใ€‚
    
    ๏ผˆๅ‡่ฎพ๏ผ‰ๆ‚จ็š„ API ๅฐ†๏ผš
    
    * ๆŠŠๅ‘็ฅจๅ‘้€่‡ณๅค–้ƒจๅผ€ๅ‘่€…็š„ๆถˆ่ดน่€…
    * ๅฝ’้›†็Žฐ้‡‘
    * ๆŠŠ้€š็Ÿฅๅ‘้€่‡ณ API ็š„็”จๆˆท๏ผˆๅค–้ƒจๅผ€ๅ‘่€…๏ผ‰
        * ้€š่ฟ‡๏ผˆไปŽๆ‚จ็š„ API๏ผ‰ๅ‘้€ POST ่ฏทๆฑ‚่‡ณๅค–้ƒจ API ๏ผˆๅณ**ๅ›ž่ฐƒ**๏ผ‰ๆฅๅฎŒๆˆ
    
    ## ๅธธ่ง„ **FastAPI** ๅบ”็”จ
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 22:46:28 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  7. internal/crypto/doc.go

    // Package crypto implements AWS S3 related cryptographic building blocks
    // for implementing Server-Side-Encryption (SSE-S3) and Server-Side-Encryption
    // with customer provided keys (SSE-C).
    //
    // All objects are encrypted with an unique and randomly generated 'ObjectKey'.
    // The ObjectKey itself is never stored in plaintext. Instead it is only stored
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Aug 26 19:52:29 GMT 2022
    - 5K bytes
    - Viewed (0)
  8. cmd/update_test.go

    			"minio.RELEASE.2016-10-07T01-16-39Z", false,
    		},
    		{
    			"fbe246edbd382902db9a4035df7dce8cb441357d minio.RELEASE.2016-10-07T01-16-39Z.customer-hotfix\n", releaseTime, "fbe246edbd382902db9a4035df7dce8cb441357d",
    			"minio.RELEASE.2016-10-07T01-16-39Z.customer-hotfix", false,
    		},
    	}
    
    	for i, testCase := range testCases {
    		sha256Sum, result, releaseInfo, err := parseReleaseData(testCase.data)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Mar 09 03:07:08 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  9. cmd/veeam-sos-api.go

    //     create a new backup job and select the object storage or a SOBR as a backup target with this setting, the job default
    //     setting will be set to this value. This setting will be only applied to newly created jobs (manual changes with Active Full
    //     processing possible from the customer side).
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 18:43:58 GMT 2024
    - 8.2K bytes
    - Viewed (2)
  10. docs/debugging/s3-check-md5/main.go

    				continue
    			}
    			if object.IsDeleteMarker {
    				log.Println("SKIPPED: DELETE marker object:", objFullPath(object))
    				continue
    			}
    			if _, ok := object.UserMetadata["X-Amz-Server-Side-Encryption-Customer-Algorithm"]; ok {
    				log.Println("SKIPPED: Objects encrypted with SSE-C do not have md5sum as ETag:", objFullPath(object))
    				continue
    			}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Feb 17 01:15:57 GMT 2024
    - 6.3K bytes
    - Viewed (0)
Back to top