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
+ 28
− 25
@@ -28,15 +28,14 @@ type S3UploadResponse struct {
@@ -155,35 +154,39 @@ func (s SessionWithHelpers) UploadWithSettings(data []byte, bucket, fileName str
@@ -203,7 +206,7 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -212,7 +215,7 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -223,7 +226,7 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string