Skip to content

Commit

Permalink
Merge branch 'refactor-service' of github.com:restorecommerce/ostorag…
Browse files Browse the repository at this point in the history
…e-srv into refactor-service
  • Loading branch information
Radu1990 committed Jun 23, 2020
2 parents bc49280 + 0bafe7b commit 7174162
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ When options are provided the metadata is being replaced.
Requests are performed using `io.restorecommerce.ostorage.CopyRequest` protobuf message as input
and response is `io.restorecommerce.ostorage.CopyResponse` message.

The copy operation can also be used to update the metadata of an object (including tagging).
In this case the concatenation of `bucket` and `key` input parameters should match the `copySource` string, in case if only object meta data information
is specified in the `io.restorecommerce.ostorage.CopyRequest` and if tagging is not specified then by default the tags from source objects are copied to the new object.

`io.restorecommerce.ostorage.CopyRequest`

[width="100%",cols="20%,16%,20%,44%",options="header",]
Expand All @@ -187,9 +191,6 @@ and response is `io.restorecommerce.ostorage.CopyResponse` message.
| response | https://github.com/restorecommerce/protos/blob/master/io/restorecommerce/ostorage.proto[`[\] io.restorecommerce.ostorage.CopyResponseItem`] | required | List of response objects
|==============================================================================================================================================

The copy operation can be used to update the metadata of an object (including tagging).
In this case the concatenation of `bucket` and `key` input parameters should match the `copySource` string.

`io.restorecommerce.ostorage.CopyRequestItem`

[width="100%",cols="20%,16%,20%,44%",options="header",]
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@restorecommerce/grpc-client": "^0.0.5",
"@restorecommerce/kafka-client": "^0.1.8",
"@restorecommerce/logger": "^0.1.16",
"@restorecommerce/protos": "^0.0.5",
"@restorecommerce/protos": "^0.0.8",
"@restorecommerce/resource-base-interface": "^0.0.1",
"@restorecommerce/service-config": "^0.1.6",
"aws-sdk": "^2.656.0",
Expand Down

0 comments on commit 7174162

Please sign in to comment.