Tag: S3 Bucket
Download S3 bucket file from Salesforce
When we are working with Salesforce and s3, sometimes we need to download a file from the s3 bucket without using an HTTP request. We can achieve this by generating URLs from apex code. This is a signed URL to
Access S3 buckets from EC2 instances
Access S3 buckets from EC2 instances We’ll follow few steps to access S3 bucket from EC2 instance with the help of ROLE that grants access to the bucket. For this we’ll use IAM to create the role. Quick steps below: