Uploading block blobs to Azure from Cyberduck

Cyberduck, which is a ridiculously awesome file transfer and storage browser application, has a little quirk that caught me off-guard. When uploading to Azure, it writes append blobs by default instead of block blobs, and personally, I only need block blobs.

There’s no actual setting in the app, but after a bit of help, and reviewing this link and this link, the solution is to create or open the file at:

users\{me}\appdata\roaming\cyberduck\default.properties
or
/Users/{me}/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/default.properties

Add the following line:

azure.upload.blobtype=BLOCK_BLOB

Files will now be uploaded as block blobs.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s