The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
GET Bucket last access time
Contributors
-
PDF of this doc site
-
Install, upgrade, and hotfix
-
Configure and manage
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
The GET Bucket last access time request allows you to determine if last access time updates are enabled or disabled for individual buckets.
You must have the s3:GetBucketLastAccessTime permission, or be account root, to complete this operation.
Request example
GET /bucket?x-ntap-sg-lastaccesstime HTTP/1.1 Date: date Authorization: authorization string Host: host
Response example
This example shows that last access time updates are enabled for the bucket.
HTTP/1.1 200 OK Date: Sat, 29 Nov 2015 01:02:18 GMT Connection: CLOSE Server: StorageGRID/10.3.0 x-amz-request-id: 12345 Content-Length: 127 Content-Type: application/xml <?xml version="1.0" encoding="UTF-8"?> <LastAccessTime xmlns="http://s3.storagegrid.com/doc/2015-02-01/">enabled </LastAccessTime>