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
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
5dcb45c7dd
change maintainer email, bump ver no
2020-10-11 13:21:21 +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
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
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
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
26a6d7ec8f
Fix transfers with non-ASCII filenames ( #63 )
...
Fixes #62
2020-07-20 13:22:19 +10:00
Hong Ooi
25632dda2e
Implement create/delete dirs for blob storage ( #59 )
...
* blob create/delete
* implement generics
* works
* update news
* better wording
* also update readme
* update readme again
2020-07-01 19:20:41 +10:00
Hong Ooi
adb2550407
rm broken delete_azure_dir(recursive=TRUE)
2020-07-01 06:44:13 +10:00
Hans Van Slooten
1a30a9c054
Adds hierarchy functionality to list_blobs mentioned in issue #55 ( #56 )
...
* Adds hierarchy functionality to list_blobs mentioned in issue #55
* documentation
* update documentation for list_blobs
* Formatting fixes for suggestions.
* linting
* style
* by_hierarchy -> recursive
* test flipped
* add tests
* document
* consistent behaviour for recursive arg
* simplifying logic
Co-authored-by: Hans Van Slooten <HansVanSlooten@twinsbaseball.com>
Co-authored-by: Hong Ooi <hongooi@microsoft.com>
2020-07-01 02:21:51 +10:00
Hong Ooi
f3bf08a625
more list_blobs fixes
2020-06-28 10:14:20 +10:00
Hong Ooi
cb93502fc8
bump ver no
2020-06-21 14:22:00 +10:00
Hong Ooi
94ba062e2b
fix list_blobs bug with azcopy ( fixes #52 )
2020-06-09 23:58:24 +10:00
Hong Ooi
6e22a028e9
update tests
2020-06-05 19:45:21 +10:00
Hong Ooi
55697040ba
bump ver no
2020-04-10 22:53:01 +10:00
Hong Ooi
b2e209c39f
Generate sas ( #49 )
...
Greater support for generating an account or user-delegated SAS. Adds S3 generics/methods for `get_account_sas`, `get_user_delegation_key`, `get_user_delegation_sas`, `revoke_user_delegation_keys`. Closes #26
2020-04-09 21:43:07 +10:00
Hong Ooi
ee7f935480
fix make_signature, parse_storage_url
2020-04-06 07:26:08 +10:00
Hong Ooi
a71fcf88a9
Dev ( #47 )
...
* check for continuation markers
* basic support for file perms API
* set blob content-type more efficiently
* add content-type tests
* update news
* fix rmds for updated call_azcopy
* more rmd fixes
2020-04-03 01:59:18 +11:00
Hong Ooi
2b2cdc7c43
update news/desc
2020-03-03 11:37:53 -05:00
Hong Ooi
a98859df89
adls bug fixes ( #42 )
2020-02-25 05:33:51 +11:00
Hong Ooi
bdb5841fd3
Make sign_request generic ( #41 )
...
* generic sign_request
* update news
* get it to work
2020-02-11 08:44:57 +11:00
Hong Ooi
bda6337687
doc update
2020-01-15 12:18:35 +08:00
Hong Ooi
dbabefa0bc
Azcopy update ( #37 )
...
Refactoring, expanding azcopy support
2020-01-14 15:55:59 +11:00
Hong Ooi
6da1756f06
update news
2020-01-13 16:45:02 +08:00
Hong Ooi
1b704639df
fix #36
2020-01-06 16:52:41 +11:00
Hong Ooi
34c2b97c6c
storage_file_exists generic + methods
2019-12-23 09:57:03 +11:00
Hong Ooi
e83a2ebfde
update ver no
2019-12-04 12:21:23 +11:00
Hong Ooi
9b94a87584
fix multidownload_blob
2019-11-24 13:11:19 +11:00
Hong Ooi
2cee24d801
allow sas with leading ?
2019-11-16 04:47:08 +11:00
Hong Ooi
dd97dbba0c
deal with inconsistent list_blobs response
2019-11-14 19:48:46 +11:00
Hong Ooi
2216b26245
Blob-ADLS interop fixes ( #29 )
...
closes #28
2019-11-12 10:04:06 +11:00
Hong Ooi
34752fe51d
more cleanup
2019-11-02 20:09:38 +11:00
Hong Ooi
f42675c450
update for next release
2019-11-02 03:46:22 +11:00
Hong Ooi
36317e84a8
set default dest for file transfers
2019-10-31 04:31:19 +11:00
Hong Ooi
8c1a4a7078
copy url dispatch ( fixes #22 )
2019-10-31 02:50:57 +11:00
Hong Ooi
67bedbe158
Properties ( #23 )
...
closes #19
2019-10-31 01:43:41 +11:00
Hong Ooi
a976478b54
Dev ( #20 )
...
- definitive treatment for multiple file transfers
- file storage method changes
- smaller changes for other storage types
- export low-level methods
2019-10-27 09:43:30 +08:00
Hong Ooi
abf3ee226c
progress bar fixes
2019-10-24 01:16:26 +08:00
Hong Ooi
2efabb3987
Vectorised transfers ( #18 )
...
* seems to be working
* file also works
* minor reorg
* adls now supports sas
* update news/desc
* improve multiupload
* also vectorise copy_url_to_blob
* documenting
* update doc, vignette
* md fixups
* refactor
* update news/desc
* update news
2019-10-22 12:11:16 +08:00
Hong Ooi
68d01714dc
typo
2019-09-12 13:16:24 +10:00
Hong Ooi
2126a1c3fa
fix confirm prompts
2019-09-12 06:25:11 +10:00
Hong Ooi
62bd7a6bb0
update news
2019-09-11 11:11:59 +10:00
Hong Ooi
22f90c1a22
update ver no
2019-07-19 11:37:32 +10:00
Hong Ooi
e863445fed
update news
2019-07-18 13:42:24 +10:00
Hong Ooi
cea1a4733e
update news
2019-07-18 08:33:17 +10:00
Hong Ooi
fa09a5a175
update client API versions to 2018-11-09
2019-06-13 07:55:58 +10:00