sixtyfour

所属分类:云计算
开发工具:R
文件大小:0KB
下载次数:0
上传日期:2023-10-27 19:06:19
上 传 者sh-1993
说明:  首席执行官、企业家、,
(CEO, entrepreneur,)

文件列表:
.Rbuildignore (115, 2023-12-13)
.lintr (75, 2023-12-13)
DESCRIPTION (975, 2023-12-13)
LICENSE (47, 2023-12-13)
LICENSE.md (1076, 2023-12-13)
Makefile (860, 2023-12-13)
NAMESPACE (1743, 2023-12-13)
R/ (0, 2023-12-13)
R/auth.R (0, 2023-12-13)
R/billing.R (1813, 2023-12-13)
R/bucket.R (6489, 2023-12-13)
R/files.R (7125, 2023-12-13)
R/globals.R (285, 2023-12-13)
R/groups.R (2994, 2023-12-13)
R/iam.R (262, 2023-12-13)
R/interface.R (1784, 2023-12-13)
R/onload.R (300, 2023-12-13)
R/policies.R (5909, 2023-12-13)
R/reexport-s3fs.R (53, 2023-12-13)
R/roles.R (3977, 2023-12-13)
R/sixtyfour-package.R (390, 2023-12-13)
R/sysdata.rda (2462, 2023-12-13)
R/users.R (5011, 2023-12-13)
R/utils.R (4955, 2023-12-13)
_pkgdown.yml (860, 2023-12-13)
data-raw/ (0, 2023-12-13)
data-raw/policies_sample.R (187, 2023-12-13)
man/ (0, 2023-12-13)
... ...

# sixtyfour [![Project Status: Concept – Not useable, no support, not open to feedback, unstable API.](https://getwilds.github.io/badges/badges/concept.svg)](https://getwilds.github.io/badges/#concept) [![R-CMD-check](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml) A science-focused, more humane R interface to AWS. ## Installation Development version ```r # install.packages("pak") pak::pkg_install("getwilds/sixtyfour") ``` This package is not on CRAN (yet) ## sixtyfour high level organization - `aws_billing`: get AWS billing details - `aws_bucket*`: manage S3 buckets - `aws_file_*`: manage files in S3 buckets on AWS - `aws_user*`: manage users on AWS - `aws_db*`: interact with AWS databases ## Getting Started You'll need two AWS secrets and the an AWS region: ``` Sys.setenv( AWS_ACCESS_KEY_ID = "", AWS_SECRET_ACCESS_KEY = "", AWS_REGION = "us-west-2" ) ``` ## Setting the interface The function `sixtyfour::set_s3_interface` makes it easier to toggle between S3 compatible backends; right now only supporting AWS S3 itself and [Minio](https://min.io/). ## Code of Conduct Please note that the sixtyfour project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

近期下载者

相关文件


收藏者