You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I PUT file in local bucket with x-amz-checksum-sha256, it doesn't seem to set anything in the metadata.json file. I am not sure where I should write this info to if I want to be able to read it using GetObjectAttributes.
Any suggestions? Thanks!
PS - seen this issue (#89 ) but not sure if checksum is actually part of the object metadata, or stored elsewhere? It is not under the metadata fields in the AWS console
The text was updated successfully, but these errors were encountered:
colesiegel
changed the title
Support for object attributes (Checksum)
Support for get object attributes (Checksum)
Jul 15, 2022
Hi @colesiegel
serverless-s3-local only launches S3rver. So if S3rver supports this feature, serverless-s3-local will be able to meet your requirement. Please try S3rver independently and check if it supports this feature?
Hi,
Is there any support for setting and retrieving object attributes such as
Checksum
?I would like to be able to
PUT
a file in the local bucket withx-amz-checksum-sha256
and then retrieve this value usingGetObjectAttributes
: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.htmlExample:
When I
PUT
file in local bucket withx-amz-checksum-sha256
, it doesn't seem to set anything in themetadata.json
file. I am not sure where I should write this info to if I want to be able to read it usingGetObjectAttributes
.Any suggestions? Thanks!
PS - seen this issue (#89 ) but not sure if checksum is actually part of the object metadata, or stored elsewhere? It is not under the metadata fields in the AWS console
The text was updated successfully, but these errors were encountered: