ComfyS3 icon indicating copy to clipboard operation
ComfyS3 copied to clipboard

Use of IAM roles instead of access key for uploads to s3

Open agrlayush opened this issue 3 months ago • 1 comments

The application currently uses IAM access key to upload objects to s3 buckets. Storing access key directly in the server is not recommended as might lead to security breach and leakage of the access keys.

Best practices suggest to attach IAM role to the AWS Instance, generate temporary credentials to access S3 and other AWS resources.

agrlayush avatar Sep 02 '25 10:09 agrlayush

Fixed and created a pull request: https://github.com/TemryL/ComfyS3/pull/26

agrlayush avatar Sep 02 '25 11:09 agrlayush