Skip to content

Commit bf6de14

Browse files
Update version to 1.1.0-rc.6
1 parent 653aa2a commit bf6de14

File tree

5 files changed

+322
-210
lines changed

5 files changed

+322
-210
lines changed

ArunaAPI

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.ArunaStorage</groupId>
88
<artifactId>java-api</artifactId>
9-
<version>1.1.0-rc.5</version>
9+
<version>1.1.0-rc.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AOS Java API</name>

src/main/java/com/aruna/api/storage/services/v1/ObjectServiceGrpc.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ default void getProjectCollectionIdsByPath(com.aruna.api.storage.services.v1.Obj
12241224
* <pre>
12251225
* GetObjectsAsListV2
12261226
* Status: ALPHA
1227-
* Gets a list of objects represented similar to a S3 ListObjectsV2 request
1227+
* Gets a list of ObjectWithURLs represented similar to a S3 ListObjectsV2 request
12281228
* !! Paths are collection specific !!
12291229
* </pre>
12301230
*/
@@ -1641,7 +1641,7 @@ public void getProjectCollectionIdsByPath(com.aruna.api.storage.services.v1.Obje
16411641
* <pre>
16421642
* GetObjectsAsListV2
16431643
* Status: ALPHA
1644-
* Gets a list of objects represented similar to a S3 ListObjectsV2 request
1644+
* Gets a list of ObjectWithURLs represented similar to a S3 ListObjectsV2 request
16451645
* !! Paths are collection specific !!
16461646
* </pre>
16471647
*/
@@ -2020,7 +2020,7 @@ public com.aruna.api.storage.services.v1.ObjectServiceProto.GetProjectCollection
20202020
* <pre>
20212021
* GetObjectsAsListV2
20222022
* Status: ALPHA
2023-
* Gets a list of objects represented similar to a S3 ListObjectsV2 request
2023+
* Gets a list of ObjectWithURLs represented similar to a S3 ListObjectsV2 request
20242024
* !! Paths are collection specific !!
20252025
* </pre>
20262026
*/
@@ -2407,7 +2407,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.aruna.api.storage.
24072407
* <pre>
24082408
* GetObjectsAsListV2
24092409
* Status: ALPHA
2410-
* Gets a list of objects represented similar to a S3 ListObjectsV2 request
2410+
* Gets a list of ObjectWithURLs represented similar to a S3 ListObjectsV2 request
24112411
* !! Paths are collection specific !!
24122412
* </pre>
24132413
*/

0 commit comments

Comments
 (0)