> +# Blobstore credentials > +IDENTITY="myidentity" > +CREDENTIAL="secretCreds" > + > +# Container used for the test. For "transient" and "filesystem" providers, > +# the container gets created at runtime. For others, it is expected to > +# be present. > +CONTAINER=jclouds-container > + > +# Start BlobStoreBench. Note that for some providers, you might have to add > +# additional params below. > +# For e.g. > +# -Djclouds.keystone.credential-type=apiAccessKeyCredentials \ > +# -Djclouds.endpoint="http://some-endpoint.blobstore.com" \ > +# -Djclouds.strip-expect-header=true \ > +java -server \
Can we rewrite this with really-executable-jar in a more natural way? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/239/files#r8445775
