Our user group focuses on the IBM Storage family of software defined storage solutions.
There were some questions about how to size the cache for object storage. Austen found some sizing info to share http://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.7/srv.install/c_dedup_cont_config_install-linux.html ...
Permissions for Object Operations s3:GetObject s3:PutObject s3:DeleteObject s3:ListMultipartUploadParts s3:AbortMultipartUpload ...
Daily Client Ingest Stats SELECT DATE(s.START_TIME) AS Date, (CAST(FLOAT(SUM(s.bytes_protected))/1024/1024/1024 AS DECIMAL(12,2))) ...