> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +
> +import org.jclouds.blobstore.BlobStoreContext
> +import org.jclouds.ContextBuilder
> +import org.jclouds.filesystem.reference.FilesystemConstants
> +import resource._
> +
> +
> +/**
> + * Demonstrates use of BlobStore filesystem api
> + * @author adisesha
> + */
> +object Main extends App {
> + require(args.length == 1, "Invalid number of parameters. Syntax is:
> \"basedirectory\" ")
`Usage is: run \"basedir\""`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/4/files#r4849919