Versions in this module Expand all Collapse all v0 v0.0.2 May 31, 2024 v0.0.1 Dec 27, 2023 Changes in this version + func NewRemoteServer(s3Creator S3Creator) remote.LoaderServer + type DefaultS3Creator struct + func (d *DefaultS3Creator) New(p client.ConfigProvider, cfgs ...*aws.Config) S3API + type S3API interface + DeleteObjectWithContext func(ctx aws.Context, input *s3.DeleteObjectInput, opts ...request.Option) (*s3.DeleteObjectOutput, error) + GetObjectWithContext func(ctx aws.Context, input *s3.GetObjectInput, opts ...request.Option) (*s3.GetObjectOutput, error) + ListObjectsWithContext func(ctx aws.Context, input *s3.ListObjectsInput, opts ...request.Option) (*s3.ListObjectsOutput, error) + PutObjectWithContext func(ctx aws.Context, input *s3.PutObjectInput, opts ...request.Option) (*s3.PutObjectOutput, error) + type S3Creator interface + New func(p client.ConfigProvider, cfgs ...*aws.Config) S3API