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
- #29 Extend S3.UploadWithSettingsRevised to handle file path separately from file nameJames Page authored
+ 21
− 11
@@ -32,8 +32,9 @@ type S3UploadSettings struct {
@@ -154,22 +155,35 @@ func (s SessionWithHelpers) UploadWithSettings(data []byte, bucket, fileName str
@@ -187,14 +201,9 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string
@@ -202,7 +211,8 @@ func (s SessionWithHelpers) UploadWithSettingsRevised(data []byte, bucket string