Skip to content

Using s3 with FIPS compliant endpoints #2706

Answered by alextwoods
rezen asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the use_fips_endpoint option when creating the client (see documentation at: https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#initialize-instance_method), eg:

s3 = Aws::S3::Client.new(use_fips_endpoint: true)

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@rezen
Comment options

@akostadinov
Comment options

@mullermp
Comment options

@akostadinov
Comment options

@mullermp
Comment options

Answer selected by rezen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants