-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add update-object-info for updateobject's visibility #138
Conversation
8240f53
to
e07bfbe
Compare
@krish-nr pls notice that we add a new event here. |
9f2207c
to
fe8d3a2
Compare
Please use |
fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator
d8043e9
to
7f32253
Compare
@fynnss I have fixed the conflict and updated the swagger file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
* add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen
#138) (#215) * feat: add update-object-info for updateobject's visibility (#138) * add update-object-info for updateobject's visibility fix ACTION_UPDATE_OBJECT_INFO add e2e test fix protobuf check fix updateobjectinfo bug modify operator_address to operator * add pb * run make proto-swagger-gen * fix conflict *pb.go
Description
add a new command (UpdateObjectInfo) for user to update ObjectInfo, currently only support modify visibility.
Rationale
ObjectInfo's properties can be modified.
Example
update-object-info [bucket-name] [object-name] [visibility]
Changes
Notable changes: