How to allow access to Ceph/S3 objects between multiple users?

We have a Ceph filesystem we’re accessing via Ceph/S3 interface. We have a bucket owner user user-00 and multiple individual user accounts user-01, user-02, etc. When user-02 uploads a file we’re seeing the following from get-object-acl: { “Owner”: { “DisplayName”: “User 02”, “ID”: “user-02” }, “Grants”: [ { “Grantee”: { “DisplayName”: “User 02”, “ID”: “user-02”, … Read more

Nested json filtering using jq or cel

Need to return payload.* json path where condition payload…cities.name = city_x matches. Tried looking google cel or jq for this case. did not find way for this so far. Case 1 – Sample Json Input { “payload”: { “book1”: { “isbn”: “123-456-2221”, “author”: { “lastname”: “Doe”, “firstname”: “Jane” }, “editor”: { “lastname”: “Smith”, “firstname”: “Jane” … Read more

iOS app mms message image shows up on android as xml

My iOS app sends images between phones and it’s working on iOS but Android users seem to receive xml instead of an image. Here’s what they see on Android. What would cause this and how can I fix it? <mil> <Heab> <diseño> <raíz-diseño /> <region id = “text” top = “70%” left = “0%” height … Read more

Why can I not knit to PDF when kableExtra is specified?

Rendering to PDF on RMarkdown stops right at my first code chunk where I load packages: knitr::opts_chunk$set(echo = TRUE) library(dplyr) library(tidyverse) library(haven) library(binom) library(ggplot2) library(DescTools) library(emmeans) library(tableone) library(kableExtra) I get this error: processing file: Exercise1_Chiodo.Rmd |… | 6% [setup] Quitting from lines 14-26 [setup] (Exercise1_Chiodo.Rmd) Error: ! package or namespace load failed for ‘kableExtra’: .onLoad … Read more