S3 Get Object Lock Configuration
    • Dark
      Light

    S3 Get Object Lock Configuration

    • Dark
      Light

    Article Summary

    GEThttps://s3.<your-region>.backblazeb2.com/<your-bucket-name>/?object-lock

    Gets the Object Lock configuration for a bucket.

    AUTHORIZATION AWS Signature

    This request is using AWS Signature from collection Backblaze B2 Cloud Storage S3 Compatible API.

    PARAMS

    versioning

    Must be present to retrieve object lock configuration.

    PATH VARIABLES

    bucket

    Required. The name of the bucket

    Example Request

    curl --location 'https://s3.<your-region>.backblazeb2.com/my-bucket-name/?object-lock=null'

    Example Response

    200 NO CONTENT

    Body

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <ObjectLockConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
        <ObjectLockEnabled>Enabled</ObjectLockEnabled>
        <Rule>
            <DefaultRetention>
                <Mode>GOVERNANCE</Mode>
                <Days>14</Days>
            </DefaultRetention>
        </Rule>
    </ObjectLockConfiguration>


    Headers (8)

    x-amz-request-id699c79d678ac85eb

    x-amz-id-2

    aMb41pGbJOWYzrTUIY0JmFjSgZMljS2L4

    Cache-Control

    max-age=0, no-cache, no-store

    Content-Type

    application/xml

    Content-Length

    350

    Date

    Fri, 28 Jan 2022 22:46:26 GMT

    Keep-Alive

    timeout=5

    Connection

    keep-alive







    Was this article helpful?

    What's Next