Just wanted to know is there a way to use AWS S3 Presigned URL for more than 7 Days using V4 of Presigned URL.
Upto 7 days - Yes
More than 7 days - NO
It is important to know the max expiration time differs with different ways which creates pre-signed URL
Docs for reference
It becomes essential to understand that presigned URLs are used for limited time access, not long durations. In a broader scope, you are giving access to your bucket to some external identity why would you give access to some external identity that too for so long?