good morning,
 i am using ver 17 but cannot have s3 lock get-object-retention working:


$ aws --profile=user01 --endpoint-url=http://x.x.x.x:80 s3api
list-object-versions --bucket demo-compliance

{
            "ETag": "\"b8d6acf7d330d241a8ef851694365b94\"",
            "Size": 32,
            "StorageClass": "STANDARD",
            "Key": "testme.txt",
            "VersionId": "M632.ygI0AaMm8PXYXHrPNl3Y2aLOU6",
            "IsLatest": true,
            "LastModified": "2023-03-08T10:58:00.257Z",
            "Owner": {
                "DisplayName": "user01",
                "ID": "user01"
            }

$ aws --profile=user01 --endpoint-url=http://x.x.x.x:80 s3api
get-object-retention --bucket demo-compliance --key "testme.txt"

An error occurred (ObjectLockConfigurationNotFoundError) when calling the
GetObjectRetention operation: Unknown


thank you.
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to