How to use Amazon S3 to down file by presigned URL
zeqinjie opened this issue · 0 comments
zeqinjie commented
Amazon S3 token get from our application server
- aws doc: sigv4-query-string-auth
Amazon STS token get from our application server
"access_key_id": "xxxxxx",
"expiration": "xxxxxx",
"secret_access_key": "xxxxxx",
"session_token": "xxxxxx",
"region": "xxxxxx"
How to use Amazon S3 to down file by presigned URL (temp valid url)