Azure Storage Reference

Azure Blob Storage
Azure Account Creation
Azure CloudBlob
Azure CloudBlobClient
Azure CloudBlobContainer
Azure CloudBlobDirectory
Azure CloudBlobStream
Azure CloudBlockBlob
Azure GetAccountProperties
Azure GetBlobReferenceFromServer
Azure GetContainerReference
Azure GetRootContainerReference
Azure GetServiceProperties
Azure GetServiceStats
Azure GetUserDelegationKey
Azure ListBlobs
Azure ListBlobsSegmented
Azure ListContainers
Azure ListContainersSegmented
Azure SetServiceProperties
Azure Storage Explorer
Azure Storage
Azure CloudBlobContainer
CloudBlobContainer BreakLease
CloudBlobContainer Create
CloudBlobContainer CreateIfNotExists
CloudBlobContainer Delete
CloudBlobContainer DeleteIfExists
CloudBlobContainer Exists
CloudBlobContainer FetchAttributes
CloudBlobContainer GetAccountProperties
CloudBlobContainer GetAppendBlobReference
CloudBlobContainer GetBlobReference
CloudBlobContainer GetBlobReferenceFromServer
CloudBlobContainer GetBlockBlobReference
CloudBlobContainer GetDirectoryReference
CloudBlobContainer GetPageBlobReference
CloudBlobContainer GetPermissions
CloudBlobContainer GetSharedAccessSignature
CloudBlobContainer ListBlobs
CloudBlobContainer ListBlobsSegmented
CloudBlobContainer SetMetadata
CloudBlobContainer SetPermissions
CloudBlockBlob CreateSnapshot
CloudBlockBlob DownloadBlockListt
CloudBlockBlob DownloadTextt
CloudBlockBlob OpenWrite
CloudBlockBlob PutBlock
CloudBlockBlob PutBlockList
CloudBlockBlob SetStandardBlobTier
CloudBlockBlob StartCopy
CloudBlockBlob UploadFromByteArray
CloudBlockBlob UploadFromFile
CloudBlockBlob UploadFromStream
CloudBlockBlob UploadText

Amazon S3 Reference

S3 Introduction
S3 Setup
S3 Bucket
S3 bucket-example
S3 Objects Introduction
S3 REST API
S3 AbortMultipartUpload
S3 CompleteMultipartUpload
S3 CopyObject
S3 CreateBucket
S3 CreateMultipartUpload
S3 DeleteBucket
S3 DeleteBucketLifecycle
S3 DeleteBucketPolicy
S3 DeleteBucketReplication
S3 DeleteBucketTagging
S3 DeleteObject
S3 DeleteObjects
S3 GetBucketAcl
S3 GetBucketEncryption
S3 GetBucketLifecycle
S3 GetBucketLocation
S3 GetBucketPolicy
S3 GetObject
S3 GetObjectAcl
S3 GetObjectRetention
S3 ListBuckets
S3 ListMultipartUploads
S3 ListObjects
S3 ListParts
S3 PutObject
S3 UploadPart

Amazon S3 GetObjectRetention API

Download Amazon Cloud Connect Setup File
Download Amazon Cloud Connect Zip File

Retrieves an object's retention settings. For more information, see Locking Objects.

Request Syntax

GET /{Key+}?retention&versionId=VersionId HTTP/1.1 Host: Bucket.s3.amazonaws.com x-amz-request-payer: RequestPayer

URI Request Parameters

The request uses the following URI parameters.

Bucket

The bucket name containing the object whose retention settings you want to retrieve.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation using an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

Required: Yes

Key

The key name for the object whose retention settings you want to retrieve.

Length Constraints: Minimum length of 1.

Required: Yes

versionId

The version ID for the object whose retention settings you want to retrieve.

x-amz-request-payer

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

Valid Values: requester

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <Retention> <Mode>string</Mode> <RetainUntilDate>timestamp</RetainUntilDate> </Retention>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

Retention

Root level tag for the Retention parameters.

Required: Yes

Mode

Indicates the Retention mode for the specified object.

Type: String

Valid Values: GOVERNANCE | COMPLIANCE

RetainUntilDate

The date on which this Object Lock Retention will expire.

Type: Timestamp