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

333 Коммитов

Автор SHA1 Сообщение Дата
Hong Ooi 73048b74ac
Merge pull request #127 from v-a-s-a/azcopy-autologin
Add autologin environment variables to azcopy_auth()
2022-10-29 15:28:38 +11:00
Hong Ooi 0c74be9714
Update to dev version 2022-10-29 15:28:19 +11:00
Vassily Trubetskoy 77dd48f36e Add autologin environment variables to azcopy_auth() 2022-08-16 09:06:42 +02:00
microsoft-github-policy-service[bot] 7039b3a18e
Microsoft mandatory file (#124)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-07-30 01:40:21 +10:00
Hong Ooi 5c65c10fa2 update for release 2022-05-25 06:11:25 +10:00
Hong Ooi 8af5872be3 fix blob dir delete with HNS-enabled acct 2022-05-25 05:52:23 +10:00
Hong Ooi 962edb6ae8
Versioning and snapshotting (#121)
* versions

* tests, docs

* redoc

* fixes

* rm cruft
2022-05-22 13:03:08 +10:00
Hong Ooi 90b573efde create snapshot generics 2022-03-11 06:41:28 +11:00
Hong Ooi 97a55051d0
Blob snapshot support (#117)
Add support for blob snapshots:
- New functions `create_blob_snapshot`, `list_blob_snapshots` and `delete_blob_snapshots` to manage snapshots
- Argument `snapshot` added to `download_blob`, `get_storage_properties` and `get_storage_metadata` to work with specific snapshots

closes #113
2022-03-11 04:57:38 +11:00
Mikko Marttila 3d26759b34
Add directory_depth to get_service_sas class method (#115)
* Add directory_depth to get_service_sas class method

* update ver no

* update news

Co-authored-by: Hong Ooi <hongooi73@gmail.com>
2022-03-09 12:54:34 +11:00
Hong Ooi 1f51ca5959 bump ver no for release 2022-02-01 05:40:48 +11:00
Hong Ooi a474ce0ed1
Fix URL path handling on Linux (#111)
* revert path change

* fix path handling on linux

* update news
2022-01-26 17:06:52 +11:00
Hong Ooi 4d6f78a921 fix add_sas 2022-01-20 06:00:10 +11:00
Hong Ooi 19b6445665 bump ver no for release 2021-12-17 16:34:14 +11:00
Hong Ooi 146b321833 fix handling of leading / 2021-12-15 18:42:07 +11:00
Hong Ooi c9776008af
Add dir_exists functions (#108)
* implement dir_exists

* blob direxist working correctly

* file direxist

* adls dir exist

* add generics, redoc

* update news

* enable hns for new accounts
2021-12-12 02:26:10 +11:00
Hong Ooi 0a4cff9315
Allow passing Authorization header to [multi]copy_url_to_storage (#107)
* add auth_header arg

* fix passing auth to multicopy

* this time for sure

* fix sending a null auth_header
2021-12-04 21:11:38 +11:00
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