Struct: s3crypto.S3LoadStrategy
import "../ibm-cos-sdk-go/service/s3/s3crypto"
Overview
S3LoadStrategy will load the instruction file from s3
Implemented Interfaces
s3crypto.Cipher, s3crypto.LoadStrategy, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
Method Summary collapse
-
func (load S3LoadStrategy) Load(req *request.Request) (Envelope, error)
Load from a given instruction file suffix.
Method Details
func (load S3LoadStrategy) Load(req *request.Request) (Envelope, error)
Load from a given instruction file suffix
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
// File 'service/s3/s3crypto/strategy.go', line 85
|