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
asked 5 months ago163 views
1 Answer
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

answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions