> +import org.jclouds.openstack.swift.v1.features.ObjectApi; > +import org.jclouds.openstack.swift.v1.features.StaticLargeObjectApi; > +import org.jclouds.rest.annotations.Delegate; > +import org.jclouds.rest.annotations.EndpointParam; > + > +import com.google.common.annotations.Beta; > +import com.google.inject.Provides; > + > +/** > + * Provides access to the OpenStack Object Storage (Swift) API. > + * <p/> > + * OpenStack Object Storage is an object-based storage system that stores > content and metadata > + * as objects. You create, modify, and get objects and metadata using this > API. > + * <p/> > + */ > +@Beta
Does this (here and in other place in the code and docs) remain? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/564/files#r18603361
