desruisseaux commented on code in PR #40:
URL: https://github.com/apache/sis/pull/40#discussion_r2792426154
##########
endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/ClientFileSystemKey.java:
##########
@@ -0,0 +1,111 @@
+package org.apache.sis.cloud.aws.s3;
+
+import java.util.Objects;
+
+/**
+ * File System Key stored in {@link FileService#fileSystems},
+ *
+ * @author Quentin Bialota (Geomatys)
+ */
+public class ClientFileSystemKey {
+
+ /**
+ * The S3 access key
+ */
+ private final String accessKey;
+
+ /**
+ * The S3 host (if not stored on Amazon AWS Infrastructure)
+ */
+ private final String host;
+
+ /**
+ * The S3 port (if not stored on Amazon AWS Infrastructure)
Review Comment:
Period at the end of the sentence.
##########
endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/ClientFileSystemKey.java:
##########
@@ -0,0 +1,111 @@
+package org.apache.sis.cloud.aws.s3;
+
+import java.util.Objects;
+
+/**
+ * File System Key stored in {@link FileService#fileSystems},
+ *
+ * @author Quentin Bialota (Geomatys)
+ */
+public class ClientFileSystemKey {
+
+ /**
+ * The S3 access key
+ */
+ private final String accessKey;
+
+ /**
+ * The S3 host (if not stored on Amazon AWS Infrastructure)
+ */
+ private final String host;
+
+ /**
+ * The S3 port (if not stored on Amazon AWS Infrastructure)
+ */
+ private final Integer port;
+
+ /**
+ * Is the S3 HTTP Protocol secure (if not stored on Amazon AWS
Infrastructure)
Review Comment:
Period at the end of the sentence.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]