nuvo / skbn

Copy files and directories between Kubernetes and cloud storage
Apache License 2.0
72 stars 75 forks source link

Enable support for FIPS endpoints #28

Open wbrown64 opened 1 year ago

wbrown64 commented 1 year ago

I have a requirement to use FIPS endpoints for accessing S3 buckets as described here https://aws.amazon.com/compliance/fips/#FIPS_Endpoints_by_Service. However based on docs, I can either a) not see a way to enable this endpoint usage, or b) verify that the parameter AWS_S3_ENDPOINT has any effect on the endpoint used, and overall not verify that a FIPS endpoint is being used. I was wondering if this functionality already existed, and/or if it could be built in. Thanks in advance.