README ¶ md5S3Uploader Just playing around with the idea of a package to simplify uploading to S3 buckets with Object Lock enabled. Buckets with Object Lock require MD5 for sender validation. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Uploader func (u *Uploader) Upload(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Uploader ¶ type Uploader struct { File []byte Bucket string Key string } func (*Uploader) Upload ¶ func (u *Uploader) Upload(ctx context.Context) error Source Files ¶ View all Source files md5ToS3.go Click to show internal directories. Click to hide internal directories.