Accessing stored documents

0

We have a storage bucket linked to our CRM system which is Intelligent Office. I need to access this outwith that link

Louise

LouiseB
已提问 5 个月前170 查看次数
1 回答
0

Hi Louise,

To generate a link of your content stored in an S3 bucket, where the bucket is linked to a CRM system, you should create a pre-signed URL. You can generate these programmatically using the AWS SDK or CLI with limited access and validity. Anyone with this link can access the objects directly from S3 without credentials during the URL validity period. Follow these steps within the documentation to complete this successfully. https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html

已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容