зеркало из https://github.com/Azure/AzureStor.git
28 строки
1008 B
Plaintext
28 строки
1008 B
Plaintext
Package: AzureStor
|
|
Title: Storage Management in 'Azure'
|
|
Version: 0.9.0
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
|
|
person("Microsoft", role="cph")
|
|
)
|
|
Description: Manage storage in Microsoft's 'Azure' cloud. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to the storage itself: upload and download files and blobs; list containers and files/blobs; create blob containers and file shares; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS).
|
|
License: MIT + file LICENSE
|
|
URL: https://github.com/cloudyr/AzureStor
|
|
BugReports: https://github.com/cloudyr/AzureStor/issues
|
|
VignetteBuilder: knitr
|
|
Depends:
|
|
R (>= 3.3),
|
|
Imports:
|
|
utils,
|
|
R6,
|
|
httr,
|
|
mime,
|
|
openssl,
|
|
xml2,
|
|
AzureRMR
|
|
Suggests:
|
|
knitr,
|
|
testthat
|
|
Roxygen: list(markdown=TRUE)
|
|
RoxygenNote: 6.1.0.9000
|