AWS S3
Guys, does anyone knows how to find these things on AWS S3? I need to add them to the runpod template.
BUCKET_ENDPOINT_URL= # S3 bucket endpoint url
BUCKET_ACCESS_KEY_ID= # S3 bucket access key id
BUCKET_SECRET_ACCESS_KEY= # S3 bucket secret access key
7 Replies
You get the endpoint URL from S3 and the secrets from IAM
I only found the access key
You can only get the secret key when you create it, it can't be retrieved afterwards
You probably need to create a new one
ok
what about the endpoint URL?

Do you know if I can attach more than one AWS bucket to the same runpod template?
Because I will need to use the same runpod template for more than one app... and each app has its own S3 bucket...
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View