mirror of https://github.com/apache/jclouds.git
Update README copyright dates and AzureBlob README
This commit is contained in:
parent
659951bc63
commit
bcf3b64a2c
|
@ -7,6 +7,6 @@ For more information about using or contributing to jclouds, please visit our we
|
||||||
|
|
||||||
License
|
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
|
Licensed under the Apache License, Version 2.0
|
||||||
|
|
|
@ -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>
|
||||||
|
```
|
|
@ -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.
|
|
Loading…
Reference in New Issue