> +import org.jclouds.orion.http.filters.FormAuthentication; > +import org.jclouds.orion.http.filters.create.CreateFolderFilter; > +import org.jclouds.orion.http.filters.create.CreateHiddenFileFilter; > +import org.jclouds.orion.http.filters.create.CreateReadonlyFileFilter; > +import org.jclouds.orion.http.filters.create.EmptyRequestFilter; > +import org.jclouds.rest.annotations.BinderParam; > +import org.jclouds.rest.annotations.Fallback; > +import org.jclouds.rest.annotations.Headers; > +import org.jclouds.rest.annotations.ParamParser; > +import org.jclouds.rest.annotations.ParamValidators; > +import org.jclouds.rest.annotations.QueryParams; > +import org.jclouds.rest.annotations.RequestFilters; > +import org.jclouds.rest.annotations.ResponseParser; > + > +/** > + * Provides synchronous access to Orion via their REST API.
Worth more info, including a link, to point those unfamiliar with Orion at appropriate info (and also pointing folk at the API documentation is helpful, as that often has more docs than jclouds about the underlying behaviour of the blob store). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/45/files#r14714826
