aws.s3 - Amazon Simple Storage Service (S3) API Client
RForge.net

aws.s3

About aws.s3
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/cloudyr/aws.s3.git aws.s3
see also aws.s3 GitHub repository.

To install the latest development snapshot of this package, use

install.packages("aws.s3",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("aws.s3",,"http://rforge.net/")

Most recent GIT commits


b88b9764| Simon Urbanek | Tue Aug 19 10:58:05 2025 +1200
fix incremental pulls in get_bucket to not assume exact field order (related to #414)
 M       R/get_bucket.R

3e635ab4| Simon Urbanek | Mon Aug 18 15:02:26 2025 +1200
fix get_bucket() if there are more than 1000 entries (closes #414)
 M       NEWS.md
 M       R/get_bucket.R

7debfa68| Simon Urbanek | Mon Aug 18 13:58:17 2025 +1200
few more URL updates
 M       README.Rmd
 M       README.md

d8886d15| Simon Urbanek | Mon Aug 18 13:39:38 2025 +1200
update URLs
 M       R/accelerate.R
 M       R/acl.R
 M       R/bucket_exists.R
 M       R/bucketlist.R
 M       R/copy_bucket.R
 M       R/cors.R
 M       R/delete_bucket.R
 M       R/delete_object.R
 M       R/encryption.R
 M       R/get_bucket.R
 M       R/get_location.R
 M       R/get_object.R
 M       R/head_object.R
 M       R/lifecycle.R
 M       R/notifications.R
 M       R/policy.R
 M       R/put_bucket.R
 M       R/put_object.R
 M       R/replication.R
 M       R/requestPayment.R
 M       R/s3HTTP.R
 M       R/s3save.R
 M       R/s3sync.R
 M       R/tagging.R
 M       R/versioning.R
 M       R/website.R
 M       README.Rmd
 M       README.md
 M       man/acceleration.Rd
 M       man/acl.Rd
 M       man/bucket_exists.Rd
 M       man/bucketlist.Rd
 M       man/copyobject.Rd
 M       man/cors.Rd
 M       man/delete_bucket.Rd
 M       man/delete_object.Rd
 M       man/encryption.Rd
 M       man/get_bucket.Rd
 M       man/get_location.Rd
 M       man/get_object.Rd
 M       man/get_torrent.Rd
 M       man/get_uploads.Rd
 M       man/head_object.Rd
 M       man/lifecycle.Rd
 M       man/notifications.Rd
 M       man/policy.Rd
 M       man/put_bucket.Rd
 M       man/put_object.Rd
 M       man/replication.Rd
 M       man/requestpayment.Rd
 M       man/s3HTTP.Rd
 M       man/s3save.Rd
 M       man/sync.Rd
 M       man/tagging.Rd
 M       man/versions.Rd
 M       man/website.Rd

f23dfc97| Simon Urbanek | Tue Jul 22 13:32:29 2025 +1200
update NEWS
 M       NEWS.md