Update README copyright dates and AzureBlob README

This commit is contained in:
Ikky 2022-05-04 09:23:05 +08:00 committed by GitHub
parent 659951bc63
commit bcf3b64a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 7 deletions

View File

@ -7,6 +7,6 @@ For more information about using or contributing to jclouds, please visit our we
License
-------
Copyright (C) 2009-2019 The Apache Software Foundation
Copyright (C) 2009-2022 The Apache Software Foundation
Licensed under the Apache License, Version 2.0

View File

@ -0,0 +1,13 @@
# The jclouds provider for Windows Azure's Storage (http://www.microsoft.com/windowsazure/storage/default.aspx).
* **TODO**: Implementation status.
* **TODO**: Supported features.
* **TODO**: Usage example.
## Running live tests
Try
```sh
mvn clean install -Plive -pl :azureblob -Dtest=AzureBlobClientLiveTest -Dtest.azureblob.identity==<azure_storage_account_name> -Dtest.azureblob.credential=<azure_storage_account_access_key>
```

View File

@ -1,6 +0,0 @@
#
# The jclouds provider for Windows Azure's Storage (http://www.microsoft.com/windowsazure/storage/default.aspx).
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.