Pavel Silin

Results 14 comments of Pavel Silin

Just drop peace of information regarding necessary permissions for such feature (AWS): ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "iam:DeleteAccessKey", "iam:UpdateUser", "iam:GetAccessKeyLastUsed", "iam:AttachUserPolicy", "iam:DeleteUserPolicy", "iam:UpdateAccessKey", "iam:DeleteUser",...

I will briefly describe here known issues regarding representation of restoring statuses for files and folders: #### - Files could be shown restored when its aren't If **folder1** with files...

Comment on restoring files implementation: Main aspects: - Server only `initiate` process of restoring files - Restore action created with status `INITIATED` - `sls` actually starts this process by creating...

should be fixed by [d596700](https://github.com/epam/cloud-pipeline/commit/d59670072ac6785f195644ff3c01751e542e484b)

@tfenne thanks for your response. Here are our answers: 1. Performance gain is not a surprise for us, since: A. We witness it in one of our customers' pipelines running...

- Another case: we try to rename **folder** that contains files in GLACIER we can't do that - Another case: we try to rename **folder** that contains files in GLACIER...

### Additional consideration about an action Lets implement the next approach: - New API method `POST /run/{id}/network/limit?boundary=` - This method will set a special tag for a run based on...