blobxfer icon indicating copy to clipboard operation
blobxfer copied to clipboard

Azure Storage transfer tool and data movement library

Results 7 blobxfer issues
Sort by recently updated
recently updated
newest added

#### Feature Request Description I'm not sure if this is a feature request or a bug report. That answer is contingent on whether anonymous (non-SAS) access to Azure Storage blobs...

feature
azure blob
download

#### Problem Description I'm trying to copy all files from one container (or blob storage) to another. While it took a while to come to the following setup, it seems...

#### Feature Request Description We are using `blobxfer` as part of a larger codebase, where some of the libraries require a newer version of `azure-storage-blob>=12.0.0`. We have no immediate way...

feature

#### Feature Request Description For Azure Uploads, I would like to be able to specify blob headers (eg custom `x-ms-blob-content-disposition`) on the uploaded file. #### Describe Preferred Solution New parameter...

feature
upload

#### Problem Description I'm trying to append to an append blob but it seems to fail. #### Steps to Reproduce 1. Upload to a blob container using the following command:...

feature
azure blob
upload

#### Problem Description When given a SAS URL from the command `az disk grant-access` a ValueError is raised: ` ValueError: Invalid derived mode from --storage-url: z31` #### Steps to Reproduce...

### Pull Request Checklist - [x] Review the [contributing guidelines](https://github.com/Azure/blobxfer/blob/master/CONTRIBUTING.md) - [x] Outstanding issue linked, if applicable - [x] PR should only be opened against `master` if it includes no...