cloudyr / aws.s3

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

No CRAN release of 0.3.22 #380

Open ryanb8 opened 4 years ago

ryanb8 commented 4 years ago

The current version of the package on CRAN is 0.3.21: https://CRAN.R-project.org/package=aws.s3

However, the master branch was last update on May 27 (about 6 months ago), and the Description file lists the current master branch on version 0.3.22.

It appears that there are some meaningful changes there - partsize in put_obj for example. Is there anyway we can make a cran release? (I know a workaround is installing from github with devtools::intstall_gitub())