mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
92d2e1f8d7
* Fixup bitrot (rclone and Azure library) * Implement Copy * Add modtime to metadata under mtime key as RFC3339Nano * Make multipart upload work * Make it pass the integration tests * Fix uploading of zero length blobs * Rename to azureblob as it seems likely we will do azurefile * Add docs
7 lines
136 B
Go
7 lines
136 B
Go
// Build for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build !go1.7
|
|
|
|
package azureblob
|