This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new c7a9f4b0ad [NO ISSUE]: Add comments for finding abode mockS3 files
c7a9f4b0ad is described below
commit c7a9f4b0ad0960301de73eea37f020aab90fb251
Author: Ritik Raj <[email protected]>
AuthorDate: Tue Jan 28 00:02:38 2025 +0530
[NO ISSUE]: Add comments for finding abode mockS3 files
Change-Id: I3d3707d4a985cce805751db8126532c8ba658534
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19368
Reviewed-by: Murtadha Hubail <[email protected]>
Reviewed-by: Ritik Raj <[email protected]>
Tested-by: Ritik Raj <[email protected]>
---
.../java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
index 30d4c3cc46..95cdb1cfea 100644
---
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
+++
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
@@ -36,6 +36,10 @@ import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.S3ClientBuilder;
import software.amazon.awssdk.services.s3.model.CreateBucketRequest;
+// With adobe mock, the s3 objects will be found in /tmp or /var folder
+// Search for line "Successfully created {} as root folder" in the info log
file
+// or else just call the aws cli on localhost:8001
+// eg: aws s3 ls --endpoint http://localhost:8001
public class LocalCloudUtilAdobeMock {
private static final Logger LOGGER = LogManager.getLogger();