(ctx context.Context, envelopeContent []byte, signer *Signer)
| 37 | type SignerAwareUploader interface { |
| 38 | StorageBackend |
| 39 | UploadWithSigner(ctx context.Context, envelopeContent []byte, signer *Signer) (string, error) |
| 40 | } |
| 41 | |
| 42 | // StorageConfig represents parsed storage configuration |
no outgoing calls