copy
****


Description
===========

Create a request for copy object within or cross region


Usage
=====

   oci os object copy [OPTIONS]


Options
=======


--namespace-name, --namespace, -ns [text]
-----------------------------------------

The top-level namespace used for the request. If not provided, this
parameter will be obtained internally using a call to 'oci os ns get'


--bucket-name, -bn [text]
-------------------------

The name of the bucket. Avoid entering confidential information.
Example: *my-new-bucket1* [required]


--source-object-name [text]
---------------------------

The name of the object to be copied [required]


--destination-bucket [text]
---------------------------

The destination bucket object will be copied to. [required]


--source-object-if-match-e-tag [text]
-------------------------------------

The entity tag to match the target object.


--destination-object-if-match-e-tag [text]
------------------------------------------

The entity tag to match the target object.


--destination-object-if-none-match-e-tag [text]
-----------------------------------------------

The entity tag to not match the target object.


--destination-object-metadata [complex type]
--------------------------------------------

Arbitrary string keys and values for the user-defined metadata for the
object. Keys must be in "opc-meta->>*<<" format. Avoid entering
confidential information. If user enter value in this field, the value
will become the object metadata for destination Object. If no value
pass in, the destination object will have the exact object metadata as
source object. This is a complex type whose value must be valid JSON.
The value can be provided as a string on the command line or passed in
as a file using the file://path/to/file syntax.

The --generate-param-json-input option can be used to generate an
example of the JSON which must be provided. We recommend storing this
example in a file, modifying it as needed and then passing it back in
via the file:// syntax.


--wait-for-state [ACCEPTED|IN_PROGRESS|FAILED|COMPLETED|CANCELING|CANCELED]
---------------------------------------------------------------------------

This operation asynchronously creates, modifies or deletes a resource
and uses a work request to track the progress of the operation.
Specify this option to perform the action and then wait until the work
request reaches a certain state.


--max-wait-seconds [integer]
----------------------------

The maximum time to wait for the work request to reach the state
defined by --wait-for-state. Defaults to 1200 seconds.


--wait-interval-seconds [integer]
---------------------------------

Check every --wait-interval-seconds to see whether the work request to
see if it has reached the state defined by --wait-for-state. Defaults
to 30 seconds.


--destination-region [text]
---------------------------

The destination region object will be copied to.


--destination-namespace [text]
------------------------------

The destination namespace object will be copied to.


--destination-object-name [text]
--------------------------------

The destination name for the copy object.


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

For detailed help on any of these individual commands, enter <command>
--help.
