Resolve "Extend new S3.UploadWithSettingsRevised to handle file path and file name separately"
Merged
requested to merge 29-extend-new-s3-uploadwithsettingsrevised-to-handle-file-path-and-file-name-separately into main
Compare changes
+ 36
− 23
@@ -32,10 +32,10 @@ type S3UploadSettings struct {
@@ -154,22 +154,39 @@ func (s SessionWithHelpers) UploadWithSettings(data []byte, bucket, fileName str
@@ -187,14 +204,9 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -202,7 +214,8 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -213,7 +226,7 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string