Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Fontan (0.13 sec)

  1. cmd/encryption-v1.go

    			return err
    		}
    
    		if len(cryptoCtx) == 0 {
    			_, _, _, cryptoCtx, err = crypto.S3KMS.ParseMetadata(metadata)
    			if err != nil {
    				return err
    			}
    		}
    
    		// If the context does not contain the bucket key
    		// we must add it for key generation. However,
    		// the context must be stored exactly like the
    		// client provided it. Therefore, we create a copy
    		// of the client provided context and add the bucket
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 36.5K bytes
    - Viewed (0)
Back to top