S3 Multi-region Access Point using Rails Active Storage

0

Hi,

We are having trouble finding a way to make requests to an S3 Multi-region Access Point (MRAP) using Rails Active Storage (we have no issues using Active Storage to access S3 buckets by their name + region).

Any help is much appreciated.

  • To use MRAP, you need to install the aws-crt gem and have the latest aws-sigv4 gem. You should be able to use the MRAP bucket ARN as the bucket name, and any region. Do you have a stack trace or any other information that can help debug the issue?

juaniL
asked a year ago259 views
1 Answer
0
Accepted Answer

Hello,

As mentioned by mullermp@ earlier, you can install aws-crt gem and have the latest aws-sigv4 gem to use the MRAP.

https://rubygems.org/gems/aws-crt/

https://rubygems.org/gems/aws-sigv4/versions/1.0.0

Can you please provide any logs or stack trace to help debug the issue you are facing on your end?

profile pictureAWS
SUPPORT ENGINEER
Yash_C
answered a year 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