Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GcsBucketUploadfiles = os.Getenv("GCS_BUKET")
GcsBucketUploadfiles is bucket to upload
View Source
var GcsProjectID = os.Getenv("GcsProjectID")
GcsProjectID is GCS Project ID
View Source
var S3BucketUploadfiles = os.Getenv("AWS_S3_BUKET")
S3BucketUploadfiles is bucket to upload
Functions ¶
This section is empty.
Types ¶
type GCSInstance ¶
type GCSInstance struct {
// contains filtered or unexported fields
}
GCSInstance struct
func (*GCSInstance) Delete ¶
func (gcsinstance *GCSInstance) Delete(bucket string, key string) error
Delete deletes from storage
func (*GCSInstance) Put ¶
func (gcsinstance *GCSInstance) Put(bucket string, path string, file io.ReadSeeker) error
Put puts to storage
type S3Instance ¶
type S3Instance struct {
// contains filtered or unexported fields
}
S3Instance struct
func (*S3Instance) Delete ¶
func (s3instance *S3Instance) Delete(bucket string, key string) error
Delete deletes from storage
func (*S3Instance) Put ¶
func (s3instance *S3Instance) Put(bucket string, path string, file io.ReadSeeker) error
Put puts to storage
Click to show internal directories.
Click to hide internal directories.