Examples of overrideMetadataWith()


Examples of org.jclouds.aws.s3.commands.options.CopyObjectOptions.overrideMetadataWith()

                CloudStorePath fromPath,
                CloudStorePath toPath,
                CloudStoreObjectMetadata newMetadata )
    {
  CopyObjectOptions opts = new CopyObjectOptions( );
  opts.overrideMetadataWith( convertMetadataToMap( newMetadata ) );
  _connection.copyObject( _bucket, fromPath.getAbsolutePath( ), _bucket,
        toPath.getAbsolutePath( ), opts );
    }
   
    @Override
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.