Presigned URL Uses <Bucket>.domain.com Instead of domain.com

After setting up a custom domain on Tigris, we encountered an issue with presigned URL generation.

Expected behavior:
ExBucket, storage.example.com -> storage.example.com/upload-url

Actual behavior:
ExBucket, storage.example.com -> ExBucket.storage.example.com/upload-url

Because of this issue, we are unable to upload files properly.

Environment

  • Client: Node.js

  • Libraries:

    • @aws-sdk/s3-request-presigner

    • @aws-sdk/client-s3

Hello @GyeongtaeGim have you tried this approach AWS JavaScript SDK | Tigris Object Storage Documentation ? if issue persist, please share the code snippet you used to generate pre-signed URL.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.