Hi,
I cant get the Cloudberry program to time limit the access to a file beyond a 7-day window. Maybe it is because we are using the free version? I would appreciate it if someone could answer me as soon as possible since I have to solve this issue today.
Thanks!
Hi [reply=“Brenda Aviles;d1238”],
https://github.com/aws/aws-sdk-net/issues/528
https://aws.amazon.com/premiumsupport/knowledge-center/presigned-url-s3-bucket-expiration/
I did a quick search to give you a link to AWS Docs, but I couldn’t find it.
Anyways, according to the link above. V4 signature supports up to 7 days pre-signed URLs.
V2 signature that supports longer period has been deprecated this June.
Thanks