-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)
Description
- Package Name: azure-stoage-blob
- Package Version: 12.4.0
- Operating System: Win 10
- Python Version:
Describe the bug
A clear and concise description of what the bug is.
get_blob_properties() with snapshot specified. There is no snapshot value in response.
Http call can be seen as follow:
urllib3.connectionpool : https://zuhdefault.blob.core.windows.net:443 "HEAD /test4/test0.txt?snapshot=2020-08-24T05:59:29.3172939Z HTTP/1.1" 200 0
azure.core.pipeline.policies.http_logging_policy : Response status: 200
azure.core.pipeline.policies.http_logging_policy : Response headers:
azure.core.pipeline.policies.http_logging_policy : 'Content-Length': '1200'
azure.core.pipeline.policies.http_logging_policy : 'Content-Type': 'application/octet-stream'
azure.core.pipeline.policies.http_logging_policy : 'Content-MD5': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'Last-Modified': 'Mon, 24 Aug 2020 05:27:04 GMT'
azure.core.pipeline.policies.http_logging_policy : 'Accept-Ranges': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'ETag': '"0x8D847EE55E77ECD"'
azure.core.pipeline.policies.http_logging_policy : 'Vary': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'Server': 'Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-request-id': '9183f180-701e-00c7-29dd-79627c000000'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-client-request-id': 'fe74f59e-e5d0-11ea-9784-186024942c80'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-version': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-tag-count': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-meta-a': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-meta-c': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-or-64344fa7-ec2c-46ab-8558-aad0bab6961e_6fa6f33a-6b8b-4639-aca1-00cd1babcb45': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-creation-time': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-blob-type': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-server-encrypted': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-access-tier': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'x-ms-access-tier-change-time': 'REDACTED'
azure.core.pipeline.policies.http_logging_policy : 'Date': 'Mon, 24 Aug 2020 06:13:58 GMT'
Event: CommandInvoker.OnTransformResult [<function _resource_group_transform at 0x0000023FC7AB39D8>, <function _x509_from_base64_to_hex_transform at 0x0000023FC7AB3A68>]
Event: CommandInvoker.OnFilterResult []
{
"container": "test4",
"content": "",
"deleted": false,
"encryptedMetadata": null,
"encryptionKeySha256": null,
"encryptionScope": null,
"isAppendBlobSealed": null,
"isCurrentVersion": null,
"metadata": {
"a": "b",
"c": "d"
},
"name": "test0.txt",
"objectReplicationDestinationPolicy": null,
"objectReplicationSourceProperties": [
{
"policyId": "64344fa7-ec2c-46ab-8558-aad0bab6961e",
"rules": [
{
"ruleId": "6fa6f33a-6b8b-4639-aca1-00cd1babcb45",
"status": "failed"
}
]
}
],
"properties": {
"appendBlobCommittedBlockCount": null,
"blobTier": "Hot",
"blobTierChangeTime": "2020-08-14T06:55:16+00:00",
"blobTierInferred": null,
"blobType": "BlockBlob",
"contentLength": 1200,
"contentRange": null,
"contentSettings": {
"cacheControl": null,
"contentDisposition": null,
"contentEncoding": null,
"contentLanguage": null,
"contentMd5": "4edJNByMxQgCm9dVVN4KWQ==",
"contentType": "application/octet-stream"
},
"copy": {
"completionTime": null,
"destinationSnapshot": null,
"id": null,
"incrementalCopy": null,
"progress": null,
"source": null,
"status": null,
"statusDescription": null
},
"creationTime": "2020-08-14T06:55:16+00:00",
"deletedTime": null,
"etag": "\"0x8D847EE55E77ECD\"",
"lastModified": "2020-08-24T05:27:04+00:00",
"lease": {
"duration": null,
"state": null,
"status": null
},
"pageBlobSequenceNumber": null,
"pageRanges": null,
"rehydrationStatus": null,
"remainingRetentionDays": null,
"serverEncrypted": true
},
"rehydratePriority": null,
"requestServerEncrypted": true,
"snapshot": null,
"tagCount": 3,
"tags": null,
"versionId": null
}
To Reproduce
Steps to reproduce the behavior:
- get_blob_properties() with snapshot
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)