Package org.jclouds.aws.s3.commands.options

Examples of org.jclouds.aws.s3.commands.options.GetObjectOptions.range()


    private S3Object getS3Object( CloudStoreObject object )
    {
  try
  {
      GetObjectOptions opts = new GetObjectOptions( );
      opts.range( 0, 0 );
      return _connection.getObject( _bucket, object.getPath( )
        .getAbsolutePath( ) ).get( );
  }
  catch ( Exception e )
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.