Граф коммитов

316 Коммитов

Автор SHA1 Сообщение Дата
Hong Ooi 9c0d3d67ac fix url redirect 2021-10-30 17:47:29 +11:00
Hong Ooi dca1225928 update for release 2021-10-30 05:16:21 +11:00
Hong Ooi 9de05e364d set timeout correctly (fixes #105) 2021-10-28 23:50:15 +11:00
Hong Ooi 3a37ac6ba4
Support deletion of root directory (#104)
* implement del adls rootdir

* also fix rootdir del for other services

* testsuite maintenance
2021-10-28 12:40:55 +11:00
Hong Ooi 71b2e0eab6
Use vctrs for storage file lists (#103)
Should resolve continuing issues with list_blobs and list_adls_files
2021-10-23 07:29:13 +11:00
Hong Ooi b3df2fbb2f
Recursive dir deletion for file/blob storage (#101)
Implements `delete_storage_dir(*, recursive=TRUE)`, something that is needed for the pins package
2021-10-16 05:10:51 +11:00
Hong Ooi 8136935d74 fix file listing for empty filesystem 2021-10-13 13:28:47 +11:00
Hong Ooi 83be55f762 bump ver no for release 2021-08-13 22:02:41 +10:00
Hadley Wickham 2f162d7b72
Fix two partial name matches (#97) 2021-08-07 04:07:03 +10:00
Hong Ooi b027e98d41 retain option values on load (closes #96) 2021-08-06 17:14:22 +10:00
Hong Ooi acd046b0bd workaround for readr 2.0 (fixes #95) 2021-08-05 02:45:33 +10:00
Hong Ooi 19f879b739 bump ver no for release 2021-05-20 03:03:27 +10:00
Hong Ooi 18fa61f8e7 redocument 2021-05-15 16:15:54 +10:00
Hong Ooi 78c7e46160 add service arg to storage_endpoint 2021-05-15 16:12:38 +10:00
Hong Ooi 2eb4e0ae55
Update API version (#91)
* doc pass

* update to 2020-04-08 api

* quick fix for user delegation sas

* rm stray rcst param (?)

* update doc

* support dir resource, fix broken tests

* rm stray debug code

* update doc

* notable feature change from api update
2021-05-15 02:44:51 +10:00
Hong Ooi 236c008b42
Service SAS (#90)
closes #89
2021-05-09 23:46:47 +10:00
Hong Ooi 9a3e8dfd19 rm useless test 2021-04-25 08:30:11 +10:00
Hong Ooi 37669e0c5b update news 2021-04-24 18:19:09 +10:00
Kyle Harris d25ea65b71
Use raw connection instead of raw vector with readr::read_delim, read_csv2 (#86)
closes #85 
Co-authored-by: Kyle Harris <kyle.harris@claconnect.com>
Co-authored-by: Hong Ooi <hongooi73@gmail.com>
2021-04-24 18:14:07 +10:00
Hong Ooi 4d24b4421b fix list_blobs when leases are present 2021-04-24 08:13:08 +10:00
Hong Ooi 62a612c693
storage_load_rds fix (#84)
fixes #83
2021-04-15 13:54:58 +10:00
Hong Ooi 8e5a80870f bump to dev version 2021-03-16 22:31:25 +11:00
Hong Ooi 6dd2036378 use canonical CRAN link 2021-03-14 04:24:00 +11:00
Hong Ooi 2ceb780671 aad vignette edits, bump to release ver 2021-03-14 04:11:58 +11:00
Hong Ooi cf57e3cfe7 add vignette for AAD auth 2021-03-08 19:57:10 +11:00
Hong Ooi e4d3c407b1 handle missing date column in list_adls_files 2021-02-26 01:18:54 +11:00
Hong Ooi f64b2c7920 change sas start time to allow for clock skew 2021-02-25 17:57:04 +11:00
Hong Ooi 5fe289aaec
Update DESCRIPTION 2021-02-17 20:45:54 +11:00
Hong Ooi 4d1d9a5da3
Lease fix (#80)
* add lease header to put-blocklist

* load pkgs quietly

* fix for new behaviour with append blobs and hns

* also test blob transfers

* also test adls lease

* reword news
2021-02-17 19:33:18 +11:00
Hong Ooi 0a9832edb2 fix blob lease functions 2021-02-14 20:47:42 +11:00
Hong Ooi 7232971414 update for release 2021-01-14 08:38:23 +11:00
Hong Ooi b4db834ecf use namespace qualifiers 2021-01-13 12:30:49 +11:00
Hong Ooi 59245a70c6 some fixes 2021-01-13 12:25:58 +11:00
Hong Ooi 0c7d8d0c15
Add file format helpers (#75)
* change org

* Revert "change org"

This reverts commit 512e64fb94.

* better cloudyr checking

* Format helpers (#1)

* better cloudyr checking

* add format helpers

* document

* update mds, desc
2021-01-12 05:27:00 +11:00
Hong Ooi 6469843eea url fixup 2020-10-13 03:40:51 +11:00
Hong Ooi 39202d7301 fix missing arg 2020-10-13 03:34:34 +11:00
Hong Ooi 5dcb45c7dd change maintainer email, bump ver no 2020-10-11 13:21:21 +11:00
Hong Ooi d1b61bec20 switch to Github Actions 2020-10-10 02:37:33 +11:00
Hong Ooi c47df7face
Md5 (#73)
Implements MD5 hashing:
- store hash on upload
- check hash on download
- add Content-MD5 header on transfers for error checking
2020-09-24 02:06:33 +10:00
Hong Ooi 8df7b6fa61 azcopy does not support appending right now 2020-09-12 05:11:25 +10:00
Hong Ooi 5ebd3a66eb
Append blob (#71)
* commit

* append blob uploading

* list_blobs working

* document, implement actual appending

* redocument

* update mds

* fix example

* tests

* regression error fixes

* more regression fixes

* doc refresh
2020-09-07 16:31:42 +10:00
Hong Ooi cef6c5ee30 add fuzz factor for generated SAS 2020-09-06 16:38:27 +10:00
Hong Ooi 01fd5bca25 fix list_blobs paging, closes #69 2020-09-04 06:13:25 +10:00
Hong Ooi b0dcdff533
Emulator support (#68)
Adds support for the Azurite and Azure SDK storage emulators, closes #66
2020-08-24 16:31:39 +10:00
Hong Ooi 47bad2ddb9 update link to adls namespaces doc page 2020-08-15 11:45:31 +10:00
Hong Ooi 181f7466a6 bump ver no 2020-08-07 01:00:25 +10:00
Hong Ooi b47dcd1e77 httr >= 1.4.0 needed for head reqs 2020-08-06 01:04:47 +10:00
Hong Ooi 69eca76d79 readme fixups 2020-08-04 18:32:56 +10:00
Hong Ooi 26a6d7ec8f
Fix transfers with non-ASCII filenames (#63)
Fixes #62
2020-07-20 13:22:19 +10:00
Hong Ooi 5619a1ba10 redoc with latest roxygen 2020-07-01 20:10:46 +10:00