cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

Add condition on multipart msg in put_object #403

Open mkearney opened 2 years ago

mkearney commented 2 years ago

Relatively trivial, but current function includes message recommending multipart upload even when multipart = TRUE. Current message is harmless, but it caused me to think some arg values may be ignored.