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
+ 24
− 23
@@ -28,14 +28,14 @@ type S3UploadResponse struct {
@@ -154,22 +154,27 @@ func (s SessionWithHelpers) UploadWithSettings(data []byte, bucket, fileName str
@@ -187,14 +192,9 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -202,7 +202,8 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -213,7 +214,7 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string