aws.s3
aws.s3 copied to clipboard
PROPOSAL: Use `prettyunits::pretty_bytes` to prettify logging for `multipart` suggestion in `put_object`
Closes #416
My editor stripped some whitespace -- it's really a one-line change + some docs. Review without whitespace
Please ensure the following before submitting a PR:
- [x] if suggesting code changes or improvements, open an issue first
- [x] for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
- [x] for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
- [x] if changing documentation, edit files in
/Rnot/manand rundevtools::document()to update documentation - [x] add code or new test files to
/testsfor any new functionality or bug fix - [x] make sure
R CMD checkruns without error before submitting the PR