> + * Unless required by applicable law or agreed to in writing,
> + * software distributed under the License is distributed on an
> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied. See the License for the
> + * 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
```
/**
* Demonstrates the use of the filesystem {@link BlobStore} in Scala
*
* Usage is: run \"basedir\"
*
* @author adisesha
*/
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/4/files#r4849891