Class LfsStore

    • Field Detail

      • port

        int port
      • storeUrl

        java.lang.String storeUrl
      • region

        java.lang.String region
      • bucket

        java.lang.String bucket
      • expirationSeconds

        int expirationSeconds
      • disableSslVerify

        boolean disableSslVerify
      • directory

        java.lang.String directory
      • protocolUrl

        java.lang.String protocolUrl
      • accessKey

        java.lang.String accessKey
      • secretKey

        java.lang.String secretKey
    • Constructor Detail

      • LfsStore

        LfsStore()
    • Method Detail

      • run

        protected void run()
                    throws java.lang.Exception
        Perform the actions of this command.

        This method should only be invoked by TextBuiltin.execute(String[]).

        Specified by:
        run in class TextBuiltin
        Throws:
        java.lang.Exception - an error occurred while processing the command. The main framework will catch the exception and print a message on standard error.
      • checkOptions

        private void checkOptions()
      • getStoreUrl

        private java.lang.String getStoreUrl​(java.net.URI baseURI)
      • getProtocolUrl

        private java.lang.String getProtocolUrl​(java.net.URI baseURI)